All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description CoreMLFlags Flags for the CoreML provider.MapInfo Describes anOnnxMap
object or output node.NNAPIFlags Flags for the NNAPI provider.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 A container for a map returned byOrtSession.run(Map)
.OnnxMap.OnnxMapValueType An enum representing the Java type of the values stored in anOnnxMap
.OnnxModelMetadata Contains the metadata associated with an ONNX model.OnnxSequence A sequence ofOnnxValue
s all of the same type.OnnxTensor A Java object wrapping an OnnxTensor.OnnxValue Top interface for input and output values from ONNX models.OnnxValue.OnnxValueType The type of theOnnxValue
, mirroring the id in the C API.OrtCUDAProviderOptions Options for configuring the CUDA execution provider.OrtEnvironment The host object for the onnx-runtime system.OrtEnvironment.ThreadingOptions Controls the global thread pools in the environment.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.OrtFlags An interface for bitset enums that should be aggregated into a single integer.OrtLoggingLevel The logging level for messages from the environment and session.OrtProvider The execution providers available through the Java API.OrtProviderOptions An abstract base class for execution provider options classes.OrtProviderOptions.OrtProviderSupplier Functional interface mirroring a Java supplier, but can throw OrtException.OrtSession Wraps an ONNX model and allows inference calls.OrtSession.Result OrtSession.RunOptions Used to control logging and termination of a call toOrtSession.run(java.util.Map<java.lang.String, ai.onnxruntime.OnnxTensor>)
.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.OrtTensorRTProviderOptions Options for configuring the TensorRT execution provider.OrtUtil Util code for interacting with Java arrays.SequenceInfo Describes anOnnxSequence
, including it's element type if known.TensorInfo Describes anOnnxTensor
, 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 anOnnxValue
.