3 references to _bufferDepth
Microsoft.ML.Data (3)
Transforms\RowShufflingTransformer.cs (3)
509
Ch.Assert(
_bufferDepth
> 0);
516
_pipeIndices = Utils.GetIdentityPermutation(_poolRows - 1 +
_bufferDepth
* _blockSize);
549
for (int i = 1; i <
_bufferDepth
; ++i)