HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nnapi_provider_factory.h File Reference
+ Include dependency graph for nnapi_provider_factory.h:

Go to the source code of this file.

Enumerations

enum  NNAPIFlags {
  NNAPI_FLAG_USE_NONE = 0x000, NNAPI_FLAG_USE_FP16 = 0x001, NNAPI_FLAG_USE_NCHW = 0x002, NNAPI_FLAG_CPU_DISABLED = 0x004,
  NNAPI_FLAG_CPU_ONLY = 0x008, NNAPI_FLAG_LAST = NNAPI_FLAG_CPU_ONLY
}
 

Functions

ORT_EXPORT ORT_API_STATUS (OrtSessionOptionsAppendExecutionProvider_Nnapi, _In_ OrtSessionOptions *options, uint32_t nnapi_flags)
 

Enumeration Type Documentation

enum NNAPIFlags
Enumerator
NNAPI_FLAG_USE_NONE 
NNAPI_FLAG_USE_FP16 
NNAPI_FLAG_USE_NCHW 
NNAPI_FLAG_CPU_DISABLED 
NNAPI_FLAG_CPU_ONLY 
NNAPI_FLAG_LAST 

Definition at line 12 of file nnapi_provider_factory.h.

Function Documentation

ORT_EXPORT ORT_API_STATUS ( OrtSessionOptionsAppendExecutionProvider_Nnapi  ,
_In_ OrtSessionOptions *  options,
uint32_t  nnapi_flags 
)