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