1 write to _indices
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
1353
_indices
= new BigArray<int>();
4 references to _indices
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
1369
_indices
.AddRange(_temp.GetIndices());
1374
_indexBoundaries[rowCount] =
_indices
.Length;
1406
_indices
.CopyTo(_indexBoundaries[idx], editor.Indices, indexCount);
1417
_indices
.TrimCapacity();