3 writes to S
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (2)
734
S
= other.S;
797
S
= input.ReadBytes();
OnnxUtils.cs (1)
131
attribute.
S
= value;
10 references to S
Microsoft.ML.OnnxConverter (10)
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
;