1 instantiation of RowImpl
Microsoft.ML.PerformanceTests (1)
HashBench.cs (1)
60
return new
RowImpl
(type, getter);
4 references to RowImpl
Microsoft.ML.PerformanceTests (4)
HashBench.cs (4)
56
public static
RowImpl
Create<T>(DataViewType type, ValueGetter<T> getter)
76
private
RowImpl
_inRow;
84
_inRow =
RowImpl
.Create(type, getter);
101
_inRow =
RowImpl
.Create(type, getter);