OnnxSequenceType(Type) Constructor

Definition

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