Sign in
android
/
platform
/
external
/
pytorch
/
4f37a6481d
/
.
/
tools
/
cpp_build
/
build_all.sh
blob: b11d59de2514a73df405c14aad02bc1473506c78 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
ex
SCRIPTPATH
=
"$( cd "
$
(
dirname
"$0"
)
" ; pwd -P )"
source $SCRIPTPATH
/
build_caffe2
.
sh
source $SCRIPTPATH
/
build_nanopb
.
sh
source $SCRIPTPATH
/
build_libtorch
.
sh