1 write to quantParameterTensorNames_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
2203
quantParameterTensorNames_
= other.quantParameterTensorNames_.Clone();
10 references to quantParameterTensorNames_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2203
quantParameterTensorNames_ = other.
quantParameterTensorNames_
.Clone();
2240
get { return
quantParameterTensorNames_
; }
2261
if (!
quantParameterTensorNames_
.Equals(other.
quantParameterTensorNames_
)) return false;
2270
hash ^=
quantParameterTensorNames_
.GetHashCode();
2292
quantParameterTensorNames_
.WriteTo(output, _repeated_quantParameterTensorNames_codec);
2307
size +=
quantParameterTensorNames_
.CalculateSize(_repeated_quantParameterTensorNames_codec);
2326
quantParameterTensorNames_
.Add(other.
quantParameterTensorNames_
);
2348
quantParameterTensorNames_
.AddEntriesFrom(input, _repeated_quantParameterTensorNames_codec);