4 references to CacheDataView
Microsoft.ML.Data (4)
DataLoadSave\DataOperationsCatalog.cs (1)
203
return new
CacheDataView
(_env, input, prefetch);
DataLoadSave\EstimatorChain.cs (1)
76
current = new
CacheDataView
(_host, current, null);
EntryPoints\InputBase.cs (2)
97
outputData = new
CacheDataView
(host, roleMappedData.Data, null);
105
outputData = new
CacheDataView
(host, roleMappedData.Data, null);