Show / Hide Table of Contents

Enum NnapiFlags

NNAPI flags for use with SessionOptions

Namespace: Microsoft.ML.OnnxRuntime
Assembly: cs.temp.dll.dll
Syntax
public enum NnapiFlags

Fields

Name Description
NNAPI_FLAG_CPU_DISABLED
NNAPI_FLAG_CPU_ONLY
NNAPI_FLAG_LAST
NNAPI_FLAG_USE_FP16
NNAPI_FLAG_USE_NCHW
NNAPI_FLAG_USE_NONE
In This Article
Back to top