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