1 write to _len
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
503_len = parent.RowCount;
11 references to _len
Microsoft.ML.Data (11)
DataView\Transposer.cs (11)
541_indices[i] = _indices[i] ?? new int[_len]; 544_values[i] = _values[i] ?? new T[_len]; 641Ch.Assert(0 <= idx && idx < _len); 649Ch.Assert(offset == _len); 662var temp = new VBuffer<T>(_len, count, values, indices); 663if (count < _len / 2) 668_indices[s] = existingBuffer.Indices ?? new int[_len]; 669_values[s] = existingBuffer.Values ?? new T[_len]; 670Ch.Assert(_indices[s].Length == _len); 671Ch.Assert(_values[s].Length == _len); 699Ch.Assert(0 <= _slotCurr && _slotCurr < Utils.Size(_cbuff) && _cbuff[_slotCurr].Buffer.Length == _len);