1 Star 0 Fork 0

Hubery / hpc_hu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
neonDemo.sh 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hubery 提交于 2023-11-26 09:24 . add neon demo
LOCAL_ROOT_PATH=${PWD}
mkdir -p output
${NDK}/ndk-build clean
${NDK}/ndk-build
# neonDemo
adb devices
adb push libs/arm64-v8a/neonDemo /data/local/tmp/
adb push ${LOCAL_ROOT_PATH}/data/hand800.jpg /data/local/tmp/
adb shell chmod +x /data/local/tmp/hand800.jpg
adb shell chmod +x /data/local/tmp/neonDemo
adb shell /data/local/tmp/neonDemo
adb pull /data/local/tmp/hand800_outArm.jpg ${LOCAL_ROOT_PATH}/output/
adb pull /data/local/tmp/hand800_outNEON.jpg ${LOCAL_ROOT_PATH}/output/
# sh ${LOCAL_ROOT_PATH}/clean.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/torrescguo/hpc_hu.git
git@gitee.com:torrescguo/hpc_hu.git
torrescguo
hpc_hu
hpc_hu
master

搜索帮助