OnnxMapType Class

Definition

The corresponding Type of ONNX's map type in IDataView's type system. In other words, if an ONNX model produces a map, a column in IDataView may be typed to OnnxMapType. Its underlying type is IDictionary<TKey,TValue>, where the generic type "TKey" and "TValue" are the input arguments of OnnxMapType(Type, Type).

public sealed class OnnxMapType : Microsoft.ML.Data.StructuredDataViewType
type OnnxMapType = class
    inherit StructuredDataViewType
Public NotInheritable Class OnnxMapType
Inherits StructuredDataViewType
Inheritance

Constructors

OnnxMapType(Type, Type)

Create the corresponding DataViewType for ONNX map.

Properties

RawType

The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType.

(Inherited from DataViewType)

Methods

Equals(DataViewType)
GetHashCode()

Applies to