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