2 writes to ElemType
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5087
ElemType
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
5109
ElemType
= new global::Microsoft.ML.Model.OnnxConverter.OnnxCSharpToProtoWrapper.TypeProto();
8 references to ElemType
Microsoft.ML.OnnxConverter (8)
OnnxMl.cs (8)
5025
if (!object.Equals(
ElemType
, other.
ElemType
)) return false;
5033
if (elemType_ != null) hash ^=
ElemType
.GetHashCode();
5053
output.WriteMessage(
ElemType
);
5067
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
ElemType
);
5089
ElemType
.MergeFrom(other.
ElemType
);
5111
input.ReadMessage(
ElemType
);