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