mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Android] add Android UIE JNI support (#885)
* [UIE] init UIE JNI codes * [UIE] init UIE JNI codes * [Android] Add UIE SchemaNode * [Android] Add UIE SchemaNode * [Android] Add AllocateUIECxxSchemaNodeFromJava func * [Android] Add AllocateUIECxxSchemaNodeFromJava func * Delete README_Ру́сский_язы́к.md * Delete README_한국어.md * [Android] add uie utils jni * [Android] add uie-nano model download task * [Android] add uie jni support * [Java] remove log * [Java] remove log
This commit is contained in:
4
java/android/.gitignore
vendored
4
java/android/.gitignore
vendored
@@ -5,14 +5,14 @@
|
||||
cache
|
||||
build
|
||||
app/cache
|
||||
app/libs/fastdeploy*
|
||||
app/libs/*
|
||||
app/.cxx
|
||||
app/build
|
||||
app/src/main/assets/models/*
|
||||
app/.gradle
|
||||
app/.idea
|
||||
fastdeploy/cache
|
||||
fastdeploy/libs/fastdeploy*
|
||||
fastdeploy/libs/*
|
||||
fastdeploy/.cxx
|
||||
fastdeploy/build
|
||||
fastdeploy/src/main/assets/models/*
|
||||
|
||||
Reference in New Issue
Block a user