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