2 writes to _inRow
Microsoft.ML.PerformanceTests (2)
HashBench.cs (2)
84
_inRow
= RowImpl.Create(type, getter);
101
_inRow
= RowImpl.Create(type, getter);
6 references to _inRow
Microsoft.ML.PerformanceTests (6)
HashBench.cs (6)
88
var mapper = ((ITransformer)xf).GetRowToRowMapper(
_inRow
.Schema);
90
var outRow = mapper.GetRow(
_inRow
, column);
105
var mapper = ((ITransformer)estimator).GetRowToRowMapper(
_inRow
.Schema);
107
var outRow = mapper.GetRow(
_inRow
, column);
123
++
_inRow
.PositionValue;
142
++
_inRow
.PositionValue;