Package org.jetbrains.kotlinx.dl.onnx.inference
Types
Interface represents models which can be used with CameraX API, i.e. support setting of target image rotation.
Interface for a different kinds of ONNX models which support different execution providers.
Base class for pre-trained high-level onnx models.
Inference model built on ONNX format.
This class provides methods for loading ONNX model from android application resources.
This class provides methods for loading ONNX model to the local cacheDirectory.
Set of pretrained mobile-friendly ONNX models
Models in the ONNX format and running via ONNX Runtime.
Summary of the OnnxInferenceModel. Contains information about input and output variables of the model.
Base type for OnnxInferenceModel.
Convenience functions for processing OrtSession.Result.
Interface to produce text description of the ONNX variable.
Functions
Convenience function to execute arbitrary code with a preliminary updated target rotation. After the code is executed, the target rotation is restored to its original value.
Extension function for explicitly specifying the execution provider for specific code block. Follows kotlin.use semantics.
Extension function for explicitly specifying the execution provider for specific code block. Follows kotlin.run semantics.