CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Implementation entry points in targets. More...
Functions | |
static vx_bool | coreflow::Reference::isValidReference (vx_reference ref) |
Used to validate everything but vx_context, vx_image and vx_buffer. | |
static vx_bool | coreflow::Reference::isValidReference (vx_reference ref, vx_enum type) |
Used to validate everything but vx_context, vx_image and vx_buffer. | |
Implementation entry points in targets.
|
static |
#include <vx_reference.h>
Used to validate everything but vx_context, vx_image and vx_buffer.
[in] | ref | The reference to validate. |
|
static |
#include <vx_reference.h>
Used to validate everything but vx_context, vx_image and vx_buffer.
[in] | ref | The reference to validate. |
[in] | type | The vx_type_e to check for. |