2 writes to TensorName
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2324
TensorName
= other.TensorName;
2343
TensorName
= input.ReadString();
10 references to TensorName
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2260
if (
TensorName
!= other.
TensorName
) return false;
2269
if (
TensorName
.Length != 0) hash ^=
TensorName
.GetHashCode();
2287
if (
TensorName
.Length != 0)
2290
output.WriteString(
TensorName
);
2303
if (
TensorName
.Length != 0)
2305
size += 1 + pb::CodedOutputStream.ComputeStringSize(
TensorName
);
2322
if (other.
TensorName
.Length != 0)
2324
TensorName = other.
TensorName
;