All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description CoreMLFlags Flags for the CoreML provider.Fp16Conversions Conversions between fp16, bfloat16 and fp32.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 ONNX Runtime 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.OnnxSparseTensor A Java object wrapping an OnnxSparseTensor.OnnxSparseTensor.BlockSparseTensor The Java side representation of a block sparse tensor.OnnxSparseTensor.COOTensor The Java side representation of a COO sparse tensor.OnnxSparseTensor.CSRCTensor The Java side representation of a CSRC sparse tensor.OnnxSparseTensor.SparseTensor<T extends java.nio.Buffer> Abstract base class for Java sparse tensorsOnnxSparseTensor.SparseTensorType The type of the sparse tensor.OnnxTensor A Java object wrapping an OnnxTensor.OnnxTensorLike Currently implemented byOnnxTensor
,OnnxSparseTensor
.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 theOrtErrorCode
struct inonnxruntime_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 severity level.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, ? extends ai.onnxruntime.OnnxTensorLike>)
.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.OrtTrainingSession Wraps an ONNX training model and allows training and inference calls.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
.