JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ai.djl.serving.wlm
Interface GpuAssignmentStrategy
All Known Implementing Classes:
RoundRobinGpuAssignmentStrategy
public interface
GpuAssignmentStrategy
Strategies to find next available GpuID.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
nextGpuId
()
Returns next gpuId.
Method Detail
nextGpuId
int nextGpuId()
Returns next gpuId.
Returns:
gpuId or -1 if no gpu is avaiable
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method