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