3 writes to ElemType
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
4904
ElemType
= other.ElemType;
4930
ElemType
= input.ReadInt32();
OnnxUtils.cs (1)
29
typeProto.TensorType.
ElemType
= (int)dataType;
10 references to ElemType
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
4833
if (
ElemType
!= other.
ElemType
) return false;
4842
if (
ElemType
!= 0) hash ^=
ElemType
.GetHashCode();
4860
if (
ElemType
!= 0)
4863
output.WriteInt32(
ElemType
);
4880
if (
ElemType
!= 0)
4882
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
ElemType
);
4902
if (other.
ElemType
!= 0)
4904
ElemType = other.
ElemType
;