port <input> in [TP_NUM_INPUTS]
The input data to the function. This input may be stream or window. Data is read from here and written directly to output. When there are multiple input streams, a read from each will occur of the maximum size supported (32 bits) with these 2 being concatenated, before being written to the output(s). Multiple input windows is not supported
port <output> out [TP_NUM_OUTPUT_CLONES]
An API of TT_DATA type.
kernel m_kernel
The kernel that that will be created and mapped onto AIE tile.