1 write to floatData_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
2778
floatData_
= other.floatData_.Clone();
10 references to floatData_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
2778
floatData_ = other.
floatData_
.Clone();
2859
get { return
floatData_
; }
3069
if (!
floatData_
.Equals(other.
floatData_
)) return false;
3090
hash ^=
floatData_
.GetHashCode();
3128
floatData_
.WriteTo(output, _repeated_floatData_codec);
3174
size +=
floatData_
.CalculateSize(_repeated_floatData_codec);
3224
floatData_
.Add(other.
floatData_
);
3284
floatData_
.AddEntriesFrom(input, _repeated_floatData_codec);