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