2 writes to DataType
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
3214DataType = other.DataType; 3269DataType = input.ReadInt32();
11 references to DataType
Microsoft.ML.OnnxTransformer (11)
OnnxUtils.cs (1)
268initializerTypePool[valueInfo.Name] = OnnxTypeParser.GetScalarDataViewType(valueInfo.DataType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
3067if (DataType != other.DataType) return false; 3088if (DataType != 0) hash ^= DataType.GetHashCode(); 3118if (DataType != 0) 3121output.WriteInt32(DataType); 3166if (DataType != 0) 3168size += 1 + pb::CodedOutputStream.ComputeInt32Size(DataType); 3212if (other.DataType != 0) 3214DataType = other.DataType;