Last Version

onnx-runtime 1.11.0

ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models. This package contains the Android (aar) build of ONNX Runtime. It includes support for all types and operators, for ONNX format models. All standard ONNX models can be executed with this package. As such the binary size and memory usage will be larger than the onnxruntime-mobile package.

License

License

GroupId

GroupId

com.microsoft.onnxruntime
ArtifactId

ArtifactId

onnxruntime-android
Version

Version

1.11.0
Type

Type

aar
Description

Description

onnx-runtime
ONNX Runtime is a performance-focused inference engine for ONNX (Open Neural Network Exchange) models. This package contains the Android (aar) build of ONNX Runtime. It includes support for all types and operators, for ONNX format models. All standard ONNX models can be executed with this package. As such the binary size and memory usage will be larger than the onnxruntime-mobile package.
Project URL

Project URL

https://microsoft.github.io/onnxruntime/
Project Organization

Project Organization

Microsoft
Source Code Management

Source Code Management

http://github.com/microsoft/onnxruntime

Download onnxruntime-android 1.11.0


<!-- https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-android/ -->
<dependency>
    <groupId>com.microsoft.onnxruntime</groupId>
    <artifactId>onnxruntime-android</artifactId>
    <version>1.11.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-android/
implementation 'com.microsoft.onnxruntime:onnxruntime-android:1.11.0'
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-android/
implementation ("com.microsoft.onnxruntime:onnxruntime-android:1.11.0")
'com.microsoft.onnxruntime:onnxruntime-android:aar:1.11.0'
<dependency org="com.microsoft.onnxruntime" name="onnxruntime-android" rev="1.11.0">
  <artifact name="onnxruntime-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.onnxruntime', module='onnxruntime-android', version='1.11.0')
)
libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime-android" % "1.11.0"
[com.microsoft.onnxruntime/onnxruntime-android "1.11.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.