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