1 write to _inputValue
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1226_inputGetter(ref _inputValue);
7 references to _inputValue
Microsoft.ML.Data (7)
DataView\Transposer.cs (7)
1188if (_inputValue.IsDense) 1191_inputValue.GetValues().Slice(min, len).CopyTo(editor.Values); 1209_inputValue.GetIndices().Slice(smin, scount).CopyTo(editor.Indices); 1217_inputValue.GetValues().Slice(smin, scount).CopyTo(editor.Values); 1227Contracts.Assert(_inputValue.Length == Parent._lims[Parent._lims.Length - 1]); 1230if (_inputValue.IsDense) 1232var indices = _inputValue.GetIndices();