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