This document is the API specification for the Deep Java Library (DJL) ONNX Runtime Engine.

The ONNX Runtime Engine module contains the ONNX Runtime implementation of the DJL EngineProvider. See here for more details.

Packages 
Package Description
ai.djl.onnxruntime.engine
Contains classes to interface with the underlying ONNXRuntime Engine.
ai.djl.onnxruntime.zoo
Contains the built-in OrtModelZoo.
ai.djl.onnxruntime.zoo.tabular.softmax_regression
Contains classes for the classification models in the OrtModelZoo.