Interface ModelAllocator
- All Known Implementing Classes:
FallbackAllocator,ModelPool
public interface ModelAllocator
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionalloc(Model model, ModelAllocator.Callback allocationCallback) Allocate a model.
-
Method Details
-
alloc
Allocate a model.- Parameters:
model- The model to allocate.- Returns:
- A handle to the allocated model.
-