CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The OpenVX Export and Import extension API. More...
#include <VX/vx_import.h>
Macros | |
#define | OPENVX_KHR_IX "vx_khr_ix" |
Functions | |
VX_API_ENTRY vx_status VX_API_CALL | vxExportObjectsToMemory (vx_context context, vx_size numrefs, const vx_reference *refs, const vx_enum *uses, const vx_uint8 **ptr, vx_size *length) |
Exports selected objects to memory in a vendor-specific format. . | |
VX_API_ENTRY vx_status VX_API_CALL | vxReleaseExportedMemory (vx_context context, const vx_uint8 **ptr) |
Releases memory allocated for a binary export when it is no longer required. | |
The OpenVX Export and Import extension API.
#define OPENVX_KHR_IX "vx_khr_ix" |