2 writes to S
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
734S = other.S; 797S = input.ReadBytes();
10 references to S
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
533if (S != other.S) return false; 556if (S.Length != 0) hash ^= S.GetHashCode(); 597if (S.Length != 0) 600output.WriteBytes(S); 672if (S.Length != 0) 674size += 1 + pb::CodedOutputStream.ComputeBytesSize(S); 732if (other.S.Length != 0) 734S = other.S;