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

Functions

vx_node vxCopyImageFromPtrNode (vx_graph graph, void *ptr, vx_image output)
 [Graph] Copies a HOST memory area into an image.
 
vx_status vxuCopyImageFromPtr (vx_context context, void *ptr, vx_image output)
 [Immediate] Copies a HOST memory area into an image.
 

Detailed Description

Function Documentation

◆ vxCopyImageFromPtrNode()

vx_node vxCopyImageFromPtrNode ( vx_graph graph,
void * ptr,
vx_image output )

#include <vx_lib_debug.h>

[Graph] Copies a HOST memory area into an image.

Parameters
[in]graphThe handle to the graph.
[in]ptrThe input pointer to the memory area to copy.
[out]outputThe output image.
Note
Graph Mode Function

◆ vxuCopyImageFromPtr()

vx_status vxuCopyImageFromPtr ( vx_context context,
void * ptr,
vx_image output )

#include <vx_lib_debug.h>

[Immediate] Copies a HOST memory area into an image.

Parameters
[in]contextThe handle to the context.
[in]ptrThe input pointer to the memory area to copy.
[out]outputThe output image.
Note
Immediate Mode Function