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