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