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