OnnxSequenceType Class

Definition

The corresponding Type of ONNX's sequence type in IDataView's type system. In other words, if an ONNX model produces a sequence, a column in IDataView may be typed to OnnxSequenceType. Its underlying type is IEnumerable<T>, where the generic type "T" is the input argument of OnnxSequenceType(Type).

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

Constructors

OnnxSequenceType(Type)

Create the corresponding DataViewType for ONNX sequence.

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