1 write to Context
Microsoft.Extensions.ML (1)
PoolLoader.cs (1)
35Context = contextOptions.Value.MLContext ?? throw new ArgumentNullException(nameof(contextOptions));
1 reference to Context
Microsoft.Extensions.ML (1)
PoolLoader.cs (1)
105var policy = new PredictionEnginePoolPolicy<TData, TPrediction>(Context, model);