6 references to IsCacheable
Microsoft.ML.Data (6)
Data\DataViewUtils.cs (3)
186
if (!
IsCacheable
(type))
205
if (!
IsCacheable
(col.Type))
540
ch.Assert(column.Type.
IsCacheable
());
DataView\CacheDataView.cs (1)
136
if (!type.
IsCacheable
())
Transforms\RowShufflingTransformer.cs (2)
196
if (!type.
IsCacheable
())
216
if (!type.
IsCacheable
())