4 references to OnnxTypeParser
Microsoft.ML.OnnxTransformer (4)
OnnxUtils.cs (4)
264
inputTypePool[valueInfo.Name] =
OnnxTypeParser
.GetDataViewType(valueInfo.Type);
268
initializerTypePool[valueInfo.Name] =
OnnxTypeParser
.GetScalarDataViewType(valueInfo.DataType);
275
outputTypePool[valueInfo.Name] =
OnnxTypeParser
.GetDataViewType(valueInfo.Type);
276
casterPool[valueInfo.Name] =
OnnxTypeParser
.GetDataViewValueCasterAndResultedType(valueInfo.Type, out Type actualType);