Skip navigation links

Package ai.djl.engine

Contains classes responsible for loading a deep learning framework.

See: Description

Package ai.djl.engine Description

Contains classes responsible for loading a deep learning framework.

Deep Java Library (DJL) is a higher level API that is used alongside implementations built on other Deep Learning Frameworks. By using only the higher level abstractions defined in the core DJL API, it makes it easy to switch between underlying frameworks.

Each deep learning framework is implemented as a ServiceLoader and supplies an implementation of the Engine interface.

See Also:
Engine, EngineProvider
Skip navigation links