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