HDK
|
#include "onnxruntime_c_api.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_ONLY_ALLOW_STATIC_INPUT_SHAPES = 0x008, COREML_FLAG_LAST = COREML_FLAG_ONLY_ALLOW_STATIC_INPUT_SHAPES } |
Functions | |
ORT_EXPORT | ORT_API_STATUS (OrtSessionOptionsAppendExecutionProvider_CoreML, _In_ OrtSessionOptions *options, uint32_t coreml_flags) |
enum COREMLFlags |
Enumerator | |
---|---|
COREML_FLAG_USE_NONE | |
COREML_FLAG_USE_CPU_ONLY | |
COREML_FLAG_ENABLE_ON_SUBGRAPH | |
COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE | |
COREML_FLAG_ONLY_ALLOW_STATIC_INPUT_SHAPES | |
COREML_FLAG_LAST |
Definition at line 12 of file coreml_provider_factory.h.
ORT_EXPORT ORT_API_STATUS | ( | OrtSessionOptionsAppendExecutionProvider_CoreML | , |
_In_ OrtSessionOptions * | options, | ||
uint32_t | coreml_flags | ||
) |