5 references to PredictionEnginePool
Microsoft.Extensions.ML (5)
PredictionEnginePool.cs (5)
90
return existingPool.
PredictionEnginePool
.Get();
103
return _defaultEnginePool.
PredictionEnginePool
.Get();
107
return pool.
PredictionEnginePool
.Get();
146
_defaultEnginePool.
PredictionEnginePool
.Return(engine);
150
_namedPools[modelName].
PredictionEnginePool
.Return(engine);