| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.onnxruntime |
| Идентификатор | Идентификаторonnxruntime-mobile |
| Последняя версия | Последняя версия1.11.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеonnx-runtime
The ONNX Runtime Mobile package is a size optimized inference library for executing ONNX (Open Neural Network Exchange) models on Android. This package is built from the open source inference engine but with reduced disk footprint targeting mobile platforms. To minimize binary size this library supports a reduced set of operators and types aligned to typical mobile applications. The ONNX model must be converted to ORT format in order to use it with this package. See https://onnxruntime.ai/docs/reference/ort-model-format.html for more details.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| onnxruntime-mobile-1.11.0.pom | |
| onnxruntime-mobile-1.11.0-sources.jar | 40 KB |
| onnxruntime-mobile-1.11.0-javadoc.jar | 511 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/ -->
<dependency>
<groupId>com.microsoft.onnxruntime</groupId>
<artifactId>onnxruntime-mobile</artifactId>
<version>1.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/
implementation 'com.microsoft.onnxruntime:onnxruntime-mobile:1.11.0'
// https://jarcasting.com/artifacts/com.microsoft.onnxruntime/onnxruntime-mobile/
implementation ("com.microsoft.onnxruntime:onnxruntime-mobile:1.11.0")
'com.microsoft.onnxruntime:onnxruntime-mobile:aar:1.11.0'
<dependency org="com.microsoft.onnxruntime" name="onnxruntime-mobile" rev="1.11.0">
<artifact name="onnxruntime-mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.onnxruntime', module='onnxruntime-mobile', version='1.11.0')
)
libraryDependencies += "com.microsoft.onnxruntime" % "onnxruntime-mobile" % "1.11.0"
[com.microsoft.onnxruntime/onnxruntime-mobile "1.11.0"]