3 references to AllCacheable
Microsoft.ML.Data (3)
Data\DataViewUtils.cs (3)
158
if (!
AllCacheable
(input.Schema, input.IsColumnActive))
339
ch.CheckParam(
AllCacheable
(schema, cursor.IsColumnActive), nameof(inputs), "Inputs had some uncachable input columns");
514
ch.Assert(
AllCacheable
(_schema, input.IsColumnActive));