Kernel Inputs and Outputs - 2023.2 English

AI Engine Kernel and Graph Programming Guide (UG1079)

Document ID
UG1079
Release Date
2023-12-04
Version
2023.2 English

AI Engine kernels operate on either streams or blocks of data. AI Engine kernels operate on data of specific types, for example, int32 and cint32. A block of data used by a kernel is stored in a buffer. Kernels consume input streams and/or buffers, and produce output streams and/or buffers. Kernels access data streams in a sample-by-sample fashion. For additional details on stream APIs, see Streaming Data API. For additional details on buffers, see Input and Output Buffers.

AI Engine kernels can also have RTP ports which are accessible by the PS. For more information about RTP, see Run-Time Graph Control API.