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:
Engine,EngineProvider
-
Interface Summary Interface Description EngineProvider TheEngineProviderinstance manufactures anEngineinstance, which is available in the system. -
Class Summary Class Description Engine TheEngineinterface is the base of the provided implementation for DJL.StandardCapabilities Constant definitions for the standard capability. -
Exception Summary Exception Description EngineException Thrown to indicate that a native error is raised from the underlyingEngine.