5 references to GetNativeScalarType
Microsoft.ML.OnnxTransformer (5)
OnnxTypeParser.cs (5)
85
return
GetNativeScalarType
(typeProto.TensorType.ElemType);
90
Type elementType =
GetNativeScalarType
(typeProto.TensorType.ElemType);
103
Type keyType =
GetNativeScalarType
(typeProto.MapType.KeyType);
253
var keyType =
GetNativeScalarType
(typeProto.MapType.KeyType);
363
var keyType =
GetNativeScalarType
(typeProto.MapType.KeyType);