1 write to DataViewType
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
137
DataViewType
= mlnetType;
7 references to DataViewType
Microsoft.ML.OnnxTransformer (7)
OnnxTransform.cs (6)
296
OutputTypes[i] = outputInfo.
DataViewType
;
541
var nodeItemType = inputNodeInfo.
DataViewType
.GetItemType();
550
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", _parent.Inputs[i], inputNodeInfo.
DataViewType
.GetItemType().ToString(), type.ToString());
624
if (_parent.Model.ModelInfo.OutputsInfo[_parent.MapDataViewColumnToOnnxOutputTensor(iinfo)].
DataViewType
is VectorDataViewType vectorType)
635
var type = _parent.Model.ModelInfo.OutputsInfo[_parent.MapDataViewColumnToOnnxOutputTensor(iinfo)].
DataViewType
.RawType;
1078
var expectedType = ((VectorDataViewType)inputNodeInfo.
DataViewType
).ItemType;
OnnxUtils.cs (1)
128
/// ONNXRuntime to the type specified in <see cref="
DataViewType
"/>.