1 write to _defaultEnginePool
Microsoft.Extensions.ML (1)
PredictionEnginePool.cs (1)
39
_defaultEnginePool
= new PoolLoader<TData, TPrediction>(_serviceProvider, defaultOptions);
4 references to _defaultEnginePool
Microsoft.Extensions.ML (4)
PredictionEnginePool.cs (4)
66
return
_defaultEnginePool
.Loader.GetModel();
98
if (
_defaultEnginePool
== null)
103
return
_defaultEnginePool
.PredictionEnginePool.Get();
146
_defaultEnginePool
.PredictionEnginePool.Return(engine);