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