Overview - 2022.2 English

AI Engine Kernel and Graph Programming Guide (UG1079)

Document ID
UG1079
Release Date
2022-10-19
Version
2022.2 English

Graphs can be programmed in a variety of topologies depending on the needs of your application. You can take advantage the flexibility of C++ to describe the graph topologies. Graphs can be embedded into other graphs as sub-graphs and this can be repeated many times, limited only by the performance of the machine on which you compile. Multiple graphs can be connected sequentially or in parallel, connecting themselves to simple kernels or I/Os.