CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The internal node implementation. More...
Classes | |
class | coreflow::Node |
Namespaces | |
namespace | coreflow |
The internal representation of a vx_array. | |
Enumerations | |
enum | vx_node_attribute_internal_e { VX_NODE_ATTRIBUTE_TILE_MEMORY_PTR = VX_ATTRIBUTE_BASE(VX_ID_KHRONOS, VX_TYPE_NODE) + 0xD } |
The internal node attributes. More... | |
Functions | |
vx_status | vxSetChildGraphOfNode (vx_node node, vx_graph graph) |
Used to set the graph as a child of the node within another graph. | |
vx_graph | vxGetChildGraphOfNode (vx_node node) |
Retrieves the handle of the child graph, if it exists. | |
The internal node implementation.