1 write to _indices
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
539
Utils.EnsureSize(ref
_indices
, vecLen);
7 references to _indices
Microsoft.ML.Data (7)
DataView\Transposer.cs (7)
541
_indices
[i] =
_indices
[i] ?? new int[_len];
563
int[] indices =
_indices
[s];
619
indices =
_indices
[s];
661
int[] indices =
_indices
[s];
668
_indices
[s] = existingBuffer.Indices ?? new int[_len];
670
Ch.Assert(
_indices
[s].Length == _len);