Edit model card

Introduction

Libraries in this repository are intended for use in https://github.com/k2-fsa/sherpa-onnx

They are downloaded from https://mvnrepository.com/artifact/com.microsoft.onnxruntime/onnxruntime-android/1.14.0

wget https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android/1.14.0/onnxruntime-android-1.14.0.aar
mv onnxruntime-android-1.14.0.aar onnxruntime-android-1.14.0.zip
unzip onnxruntime-android-1.14.0.zip

cd onnxruntime-android-1.14.0
tree .
.
β”œβ”€β”€ AndroidManifest.xml
β”œβ”€β”€ R.txt
β”œβ”€β”€ arm64-v8a
β”œβ”€β”€ armeabi-v7a
β”œβ”€β”€ classes.jar
β”œβ”€β”€ headers
β”‚   β”œβ”€β”€ cpu_provider_factory.h
β”‚   β”œβ”€β”€ nnapi_provider_factory.h
β”‚   β”œβ”€β”€ onnxruntime_c_api.h
β”‚   β”œβ”€β”€ onnxruntime_cxx_api.h
β”‚   └── onnxruntime_cxx_inline.h
β”œβ”€β”€ jni
β”‚   β”œβ”€β”€ arm64-v8a
β”‚   β”‚   β”œβ”€β”€ libonnxruntime.so
β”‚   β”‚   └── libonnxruntime4j_jni.so
β”‚   β”œβ”€β”€ armeabi-v7a
β”‚   β”‚   β”œβ”€β”€ libonnxruntime.so
β”‚   β”‚   └── libonnxruntime4j_jni.so
β”‚   β”œβ”€β”€ x86
β”‚   β”‚   β”œβ”€β”€ libonnxruntime.so
β”‚   β”‚   └── libonnxruntime4j_jni.so
β”‚   └── x86_64
β”‚       β”œβ”€β”€ libonnxruntime.so
β”‚       └── libonnxruntime4j_jni.so
β”œβ”€β”€ x86
└── x86_64

10 directories, 16 files
Downloads last month

-

Downloads are not tracked for this model. How to track
Unable to determine this model's library. Check the docs .