OnnxSequenceType(Type) Constructor
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.
Create the corresponding DataViewType for ONNX sequence.
public OnnxSequenceType (Type elementType);
new Microsoft.ML.Transforms.Onnx.OnnxSequenceType : Type -> Microsoft.ML.Transforms.Onnx.OnnxSequenceType
Public Sub New (elementType As Type)
Parameters
- elementType
- Type
The element type of a sequence.
Applies to
Feedback
Submit and view feedback for