License |
License |
---|---|
GroupId | GroupIdcom.microsoft.onnxruntime |
ArtifactId | ArtifactIdonnxruntime-android |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptiononnx-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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
onnxruntime-android-1.11.0.pom | |
onnxruntime-android-1.11.0-sources.jar | 42 KB |
onnxruntime-android-1.11.0-javadoc.jar | 511 KB |
Browse |
<!-- 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"]