CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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". | |
The Kernel Information Structure. This is returned by the Context to indicate which kernels are available in the OpenVX implementation.
vx_enum _vx_kernel_info_t::enumeration |
The kernel enumeration value from vx_kernel_e
(or an extension thereof).
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".