CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Extension: General Classification

The Khronos Extension for General Classification. More...

Topics

 Classifier Model
 

Macros

#define VX_LIBRARY_KHR_CLASS_EXTENSION   (0x2)
 The Classifier Extension Library Set.
 

Enumerations

enum  vx_kernel_nn_ext_e { VX_KERNEL_SCAN_CLASSIFIER = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_CLASS_EXTENSION) + 0x0 }
 The list of Classifier Extension Kernels. More...
 
enum  vx_class_enum_e { VX_ENUM_CLASSIFIER_MODEL = 0x1E }
 Classifier Extension type enums. More...
 

Detailed Description

The Khronos Extension for General Classification.

Macro Definition Documentation

◆ VX_LIBRARY_KHR_CLASS_EXTENSION

#define VX_LIBRARY_KHR_CLASS_EXTENSION   (0x2)

#include <vx_khr_class.h>

The Classifier Extension Library Set.

Enumeration Type Documentation

◆ vx_class_enum_e

#include <vx_khr_class.h>

Classifier Extension type enums.

Enumerator
VX_ENUM_CLASSIFIER_MODEL 

Classifier model.

◆ vx_kernel_nn_ext_e

#include <vx_khr_class.h>

The list of Classifier Extension Kernels.

Enumerator
VX_KERNEL_SCAN_CLASSIFIER 

The Classifier Extension scan kernel.

See also
Extension: General Classification