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)
66return _defaultEnginePool.Loader.GetModel(); 98if (_defaultEnginePool == null) 103return _defaultEnginePool.PredictionEnginePool.Get(); 146_defaultEnginePool.PredictionEnginePool.Return(engine);