CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Copy Array

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.
 

Detailed Description

Function Documentation

◆ vxCopyArrayNode()

vx_node vxCopyArrayNode ( vx_graph graph,
vx_array input,
vx_array output )

#include <vx_lib_debug.h>

[Graph] Creates a Copy Array Node.

Parameters
[in]graphThe handle to the graph.
[in]inputThe input array.
[out]outputThe output array.
See also
VX_KERNEL_COPY_ARRAY
Note
Graph Mode Function.

◆ vxuCopyArray()

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.

Parameters
[in]contextThe handle to the context.
[in]srcThe input array.
[in]dstThe output array.
Note
Immediate Mode Function.