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