1 write to sparseTensors_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
248
sparseTensors_
= other.sparseTensors_.Clone();
10 references to sparseTensors_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
248
sparseTensors_ = other.
sparseTensors_
.Clone();
507
get { return
sparseTensors_
; }
542
if (!
sparseTensors_
.Equals(other.
sparseTensors_
)) return false;
565
hash ^=
sparseTensors_
.GetHashCode();
637
sparseTensors_
.WriteTo(output, _repeated_sparseTensors_codec);
693
size +=
sparseTensors_
.CalculateSize(_repeated_sparseTensors_codec);
765
sparseTensors_
.Add(other.
sparseTensors_
);
871
sparseTensors_
.AddEntriesFrom(input, _repeated_sparseTensors_codec);