CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxCopyArrayNode (vx_graph graph, vx_array input, vx_array output) |
[Graph] Creates a Copy Array Node. | |
vx_status | vxuCopyArray (vx_context context, vx_array src, vx_array dst) |
[Immediate] Copies the source array to the destination array. | |
#include <vx_lib_debug.h>
[Graph] Creates a Copy Array Node.
[in] | graph | The handle to the graph. |
[in] | input | The input array. |
[out] | output | The output array. |
vx_status vxuCopyArray | ( | vx_context | context, |
vx_array | src, | ||
vx_array | dst ) |
#include <vx_lib_debug.h>
[Immediate] Copies the source array to the destination array.
[in] | context | The handle to the context. |
[in] | src | The input array. |
[in] | dst | The output array. |