1 write to floats_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
243
floats_
= other.floats_.Clone();
10 references to floats_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
243
floats_ = other.
floats_
.Clone();
437
get { return
floats_
; }
537
if (!
floats_
.Equals(other.
floats_
)) return false;
560
hash ^=
floats_
.GetHashCode();
612
floats_
.WriteTo(output, _repeated_floats_codec);
688
size +=
floats_
.CalculateSize(_repeated_floats_codec);
760
floats_
.Add(other.
floats_
);
821
floats_
.AddEntriesFrom(input, _repeated_floats_codec);