OnnxSequenceType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |