2 writes to Value
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
2140Value = other.Value; 2163Value = input.ReadString();
10 references to Value
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2066if (Value != other.Value) return false; 2075if (Value.Length != 0) hash ^= Value.GetHashCode(); 2097if (Value.Length != 0) 2100output.WriteString(Value); 2116if (Value.Length != 0) 2118size += 1 + pb::CodedOutputStream.ComputeStringSize(Value); 2138if (other.Value.Length != 0) 2140Value = other.Value;