2 writes to ElemType
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5490
ElemType
= other.ElemType;
5516
ElemType
= input.ReadInt32();
10 references to ElemType
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5419
if (
ElemType
!= other.
ElemType
) return false;
5428
if (
ElemType
!= 0) hash ^=
ElemType
.GetHashCode();
5446
if (
ElemType
!= 0)
5449
output.WriteInt32(
ElemType
);
5466
if (
ElemType
!= 0)
5468
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
ElemType
);
5488
if (other.
ElemType
!= 0)
5490
ElemType = other.
ElemType
;