OnnxSequenceTypeAttribute 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.
To declare OnnxSequenceType column in IDataView as a field
in a class
, the associated field should be marked with OnnxSequenceTypeAttribute.
Its uses are similar to those of VectorTypeAttribute and other class
es derived
from DataViewTypeAttribute.
public sealed class OnnxSequenceTypeAttribute : Microsoft.ML.Data.DataViewTypeAttribute
type OnnxSequenceTypeAttribute = class
inherit DataViewTypeAttribute
Public NotInheritable Class OnnxSequenceTypeAttribute
Inherits DataViewTypeAttribute
- Inheritance
Constructors
OnnxSequenceTypeAttribute() |
Obsolete.
Create a sequence type. |
OnnxSequenceTypeAttribute(Type) |
Create a |
Methods
Equals(DataViewTypeAttribute) |
Sequence types with the same element type should be equal. |
GetHashCode() |
Produce the same hash code for sequence types with the same element type. |
Register() |
An implementation of Register(). |