Package ai.djl.engine
package ai.djl.engine
Contains classes responsible for loading a deep learning engine.
Deep Java Library (DJL) is a higher level API that is used alongside implementations built on other deep learning engines. By using only the higher level abstractions defined in the core DJL API, it makes it easy to switch between underlying engines.
Each deep learning engine is implemented as a ServiceLoader and supplies an
implementation of the Engine interface.
- See Also:
-
ClassDescriptionThe
Engineinterface is the base of the provided implementation for DJL.Thrown to indicate that a native error is raised from the underlyingEngine.TheEngineProviderinstance manufactures anEngineinstance, which is available in the system.Constant definitions for the standard capability.