CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_kernel_info_t Struct Reference

The Kernel Information Structure. This is returned by the Context to indicate which kernels are available in the OpenVX implementation. More...

#include <vx_types.h>

Public Attributes

vx_enum enumeration
 The kernel enumeration value from vx_kernel_e (or an extension thereof).
 
vx_char name [VX_MAX_KERNEL_NAME]
 The kernel name in dotted hierarchical format. e.g. "org.khronos.openvx.sobel_3x3".
 

Detailed Description

The Kernel Information Structure. This is returned by the Context to indicate which kernels are available in the OpenVX implementation.

Member Data Documentation

◆ enumeration

vx_enum _vx_kernel_info_t::enumeration

The kernel enumeration value from vx_kernel_e (or an extension thereof).

See also
vxGetKernelByEnum

◆ name

vx_char _vx_kernel_info_t::name[VX_MAX_KERNEL_NAME]

The kernel name in dotted hierarchical format. e.g. "org.khronos.openvx.sobel_3x3".

See also
vxGetKernelByName