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.

License

License

GroupId

GroupId

com.microsoft.onnxruntime
ArtifactId

ArtifactId

onnxruntime-android
Last Version

Last Version

1.11.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.11.0