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)
1188
if (
_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);
1227
Contracts.Assert(
_inputValue
.Length == Parent._lims[Parent._lims.Length - 1]);
1230
if (
_inputValue
.IsDense)
1232
var indices =
_inputValue
.GetIndices();