Uses of Interface
org.anchoranalysis.inference.concurrency.CreateModelForPool
Packages that use CreateModelForPool
Package
Description
Specifying how many CPUs and GPUs can be allocated for some purpose.
-
Uses of CreateModelForPool in org.anchoranalysis.inference.concurrency
Constructors in org.anchoranalysis.inference.concurrency with parameters of type CreateModelForPoolModifierConstructorDescriptionConcurrentModelPool
(ConcurrencyPlan plan, CreateModelForPool<T> createModel, Logger logger) Creates with a particular plan and function to create models.