6 references to ToByteArray
Microsoft.ML.FastTree (6)
Dataset\DenseIntArray.cs (2)
398_data = buffer.ToByteArray(ref position); 510_data = buffer.ToByteArray(ref position);
Dataset\RepeatIntArray.cs (1)
86_deltas = buffer.ToByteArray(ref position);
Dataset\SegmentIntArray.cs (1)
113_segType = buffer.ToByteArray(ref position);
Dataset\SparseIntArray.cs (1)
96_deltas = buffer.ToByteArray(ref position);
TreeEnsemble\InternalRegressionTree.cs (1)
107byte[] categoricalSplitAsBytes = buffer.ToByteArray(ref position);