| Class and Description |
|---|
| MapInfo
Describes an
OnnxMap object or output node. |
| NodeInfo
The info for an input or output node from an ONNX model.
|
| OnnxJavaType
An enum representing onnxruntime supported Java primitive types (and String).
|
| OnnxMap.OnnxMapValueType
An enum representing the Java type of the values stored in an
OnnxMap. |
| OnnxTensor
A Java object wrapping an OnnxTensor.
|
| OnnxValue
Top interface for input and output values from ONNX models.
|
| OnnxValue.OnnxValueType
The type of the
OnnxValue, mirroring the id in the C API. |
| OrtEnvironment
The host object for the onnx-runtime system.
|
| OrtEnvironment.LoggingLevel
The logging level for messages from the environment and session.
|
| OrtException
An exception which contains the error message and code produced by the native onnxruntime.
|
| OrtException.OrtErrorCode
Maps the OrtErrorCode struct in "onnxruntime_c_api.h" with an additional entry for Java side errors.
|
| OrtSession
Wraps an ONNX model and allows inference calls.
|
| OrtSession.Result |
| OrtSession.SessionOptions
Represents the options used to construct this session.
|
| OrtSession.SessionOptions.ExecutionMode
The execution mode to use.
|
| OrtSession.SessionOptions.OptLevel
The optimisation level to use.
|
| SequenceInfo
Describes an
OnnxSequence, including it's element type if known. |
| TensorInfo
Describes an
OnnxTensor, including it's size, shape and element type. |
| TensorInfo.OnnxTensorType
The native element types supported by the ONNX runtime.
|
| ValueInfo
Interface for info objects describing an
OnnxValue. |