Show / Hide Table of Contents

Enum OnnxValueType

A type of data that OrtValue encapsulates.

Namespace: Microsoft.ML.OnnxRuntime
Assembly: Microsoft.ML.OnnxRuntime.dll
Syntax
public enum OnnxValueType

Fields

Name Description
ONNX_TYPE_MAP

A type of data that OrtValue encapsulates.

ONNX_TYPE_OPAQUE

A type of data that OrtValue encapsulates.

ONNX_TYPE_OPTIONAL

A type of data that OrtValue encapsulates.

ONNX_TYPE_SEQUENCE

A type of data that OrtValue encapsulates.

ONNX_TYPE_SPARSETENSOR

A type of data that OrtValue encapsulates.

ONNX_TYPE_TENSOR

A type of data that OrtValue encapsulates.

ONNX_TYPE_UNKNOWN

A type of data that OrtValue encapsulates.

  • Improve this Doc
  • View Source
In This Article
Back to top