3 references to GetDataViewValueCasterAndResultedType
Microsoft.ML.OnnxTransformer (3)
OnnxTypeParser.cs (2)
262/// Class which store casting functions used in <see cref="GetDataViewValueCasterAndResultedType(OnnxCSharpToProtoWrapper.TypeProto, out Type)"/>. 340var elementCaster = GetDataViewValueCasterAndResultedType(typeProto.SequenceType.ElemType, out Type elementType);
OnnxUtils.cs (1)
276casterPool[valueInfo.Name] = OnnxTypeParser.GetDataViewValueCasterAndResultedType(valueInfo.Type, out Type actualType);