3 instantiations of OnnxSequenceType
Microsoft.ML.OnnxTransformer (3)
OnnxSequenceType.cs (2)
16
/// <see cref="OnnxSequenceType.
OnnxSequenceType
(Type)"/>.
102
DataViewTypeManager.Register(new
OnnxSequenceType
(_elemType), type, this);
OnnxTypeParser.cs (1)
249
return new
OnnxSequenceType
(elemType);
4 references to OnnxSequenceType
Microsoft.ML.OnnxTransformer (4)
OnnxSequenceType.cs (4)
14
/// In other words, if an ONNX model produces a sequence, a column in <see cref="IDataView"/> may be typed to <see cref="
OnnxSequenceType
"/>.
16
/// <see cref="
OnnxSequenceType
.OnnxSequenceType(Type)"/>.
38
if (other is
OnnxSequenceType
)
51
/// To declare <see cref="
OnnxSequenceType
"/> column in <see cref="IDataView"/> as a field