CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_node.h File Reference

The internal node implementation. More...

#include <VX/vx.h>
#include <vector>

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.
 

Detailed Description

The internal node implementation.