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