@@ -11,14 +11,14 @@ clean() {
1111sync () {
1212 echo " mnn sync"
1313 mkdir -p " ./third_party/source/mnn/schema/default"
14- curl --silent --location --output " ./third_party/source/mnn/schema/default/CaffeOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/CaffeOp.fbs"
15- curl --silent --location --output " ./third_party/source/mnn/schema/default/ExtraInfo.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/ExtraInfo.fbs"
16- curl --silent --location --output " ./third_party/source/mnn/schema/default/MNN.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/MNN.fbs"
17- curl --silent --location --output " ./third_party/source/mnn/schema/default/Tensor.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/Tensor.fbs"
18- curl --silent --location --output " ./third_party/source/mnn/schema/default/TensorflowOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/TensorflowOp.fbs"
19- curl --silent --location --output " ./third_party/source/mnn/schema/default/TFQuantizeOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/TFQuantizeOp.fbs"
20- curl --silent --location --output " ./third_party/source/mnn/schema/default/Type.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/Type.fbs"
21- curl --silent --location --output " ./third_party/source/mnn/schema/default/UserDefine.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/UserDefine.fbs"
14+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/CaffeOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/CaffeOp.fbs"
15+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/ExtraInfo.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/ExtraInfo.fbs"
16+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/MNN.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/MNN.fbs"
17+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/Tensor.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/Tensor.fbs"
18+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/TensorflowOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/TensorflowOp.fbs"
19+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/TFQuantizeOp.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/TFQuantizeOp.fbs"
20+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/Type.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/Type.fbs"
21+ curl --silent --show-error -- location --output " ./third_party/source/mnn/schema/default/UserDefine.fbs" " https://github.com/alibaba/MNN/raw/master/schema/default/UserDefine.fbs"
2222}
2323
2424schema () {
0 commit comments