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

Go to the source code of this file.

Enumerations

enum  COREMLFlags {
  COREML_FLAG_USE_NONE = 0x000, COREML_FLAG_USE_CPU_ONLY = 0x001, COREML_FLAG_ENABLE_ON_SUBGRAPH = 0x002, COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE = 0x004,
  COREML_FLAG_LAST = COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE
}
 

Functions

ORT_EXPORT ORT_API_STATUS (OrtSessionOptionsAppendExecutionProvider_CoreML, _In_ OrtSessionOptions *options, uint32_t coreml_flags)
 

Enumeration Type Documentation

Enumerator
COREML_FLAG_USE_NONE 
COREML_FLAG_USE_CPU_ONLY 
COREML_FLAG_ENABLE_ON_SUBGRAPH 
COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE 
COREML_FLAG_LAST 

Definition at line 12 of file coreml_provider_factory.h.

Function Documentation

ORT_EXPORT ORT_API_STATUS ( OrtSessionOptionsAppendExecutionProvider_CoreML  ,
_In_ OrtSessionOptions *  options,
uint32_t  coreml_flags 
)