OnnxSequenceTypeAttribute Constructors
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.
Overloads
| OnnxSequenceTypeAttribute() |
Obsolete.
Create a sequence type. |
| OnnxSequenceTypeAttribute(Type) |
Create a |
OnnxSequenceTypeAttribute()
Caution
Please specify sequence type when use OnnxSequenceType Attribute
Create a sequence type.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Please specify sequence type when use OnnxSequenceType Attribute", false)]
public OnnxSequenceTypeAttribute ();
public OnnxSequenceTypeAttribute ();
Public Sub New ()
- Attributes
Applies to
OnnxSequenceTypeAttribute(Type)
Create a elemType-sequence type.
public OnnxSequenceTypeAttribute (Type elemType);
new Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute : Type -> Microsoft.ML.Transforms.Onnx.OnnxSequenceTypeAttribute
Public Sub New (elemType As Type)
Parameters
- elemType
- Type
Applies to
Feedback
Submit and view feedback for