3 writes to OpType
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
1446OpType = other.OpType; 1488OpType = input.ReadString();
OnnxUtils.cs (1)
173node.OpType = opType;
10 references to OpType
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
1338if (OpType != other.OpType) return false; 1352if (OpType.Length != 0) hash ^= OpType.GetHashCode(); 1379if (OpType.Length != 0) 1382output.WriteString(OpType); 1411if (OpType.Length != 0) 1413size += 1 + pb::CodedOutputStream.ComputeStringSize(OpType); 1444if (other.OpType.Length != 0) 1446OpType = other.OpType;