License |
License |
---|---|
GroupId | GroupIdcom.microsoft.onnxruntime |
ArtifactId | ArtifactIdonnxruntime-mobile |
Version | Version1.10.0 |
Type | Typeaar |
Description |
Descriptiononnx-runtime
ONNX Runtime Mobile package is a size optimized inference library for executing ONNX (Open Neural Network Exchange) models. This package is built from the open source inference engine targeting reduced disk footprint for mobile platforms.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
onnxruntime-mobile-1.10.0.pom | |
onnxruntime-mobile-1.10.0-sources.jar | 42 KB |
onnxruntime-mobile-1.10.0-javadoc.jar | 511 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/ -->
<dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime-mobile</artifactId>
<version>1.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/
implementation 'com.microsoft.onnxruntime:onnxruntime-mobile:1.10.0'
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/
implementation ("com.microsoft.onnxruntime:onnxruntime-mobile:1.10.0")
'com.microsoft.onnxruntime:onnxruntime-mobile:aar:1.10.0'
<dependency org="com.microsoft.onnxruntime" name="onnxruntime-mobile" rev="1.10.0">
<artifact name="onnxruntime-mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.onnxruntime', module='onnxruntime-mobile', version='1.10.0')
)
libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime-mobile" % "1.10.0"
[com.microsoft.onnxruntime/onnxruntime-mobile "1.10.0"]