2 writes to Key
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2136Key = other.Key; 2158Key = input.ReadString();
10 references to Key
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2065if (Key != other.Key) return false; 2074if (Key.Length != 0) hash ^= Key.GetHashCode(); 2092if (Key.Length != 0) 2095output.WriteString(Key); 2112if (Key.Length != 0) 2114size += 1 + pb::CodedOutputStream.ComputeStringSize(Key); 2134if (other.Key.Length != 0) 2136Key = other.Key;