CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Internal Kernel Implementations

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.
 

Detailed Description

Implementation entry points in targets.

Function Documentation

◆ isValidReference() [1/2]

static vx_bool coreflow::Reference::isValidReference ( vx_reference ref)
static

#include <vx_reference.h>

Used to validate everything but vx_context, vx_image and vx_buffer.

Parameters
[in]refThe reference to validate.

◆ isValidReference() [2/2]

static vx_bool coreflow::Reference::isValidReference ( vx_reference ref,
vx_enum type )
static

#include <vx_reference.h>

Used to validate everything but vx_context, vx_image and vx_buffer.

Parameters
[in]refThe reference to validate.
[in]typeThe vx_type_e to check for.