未验证 提交 54cc0651 编写于 作者: T tianshuo78520a 提交者: GitHub

test=inference-size (#34448)

上级 a83a368f
...@@ -2267,6 +2267,11 @@ function main() { ...@@ -2267,6 +2267,11 @@ function main() {
test_go_inference_api test_go_inference_api
check_approvals_of_unittest 3 check_approvals_of_unittest 3
;; ;;
build_inference)
PADDLE_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}")/../../" && pwd )"
python ${PADDLE_ROOT}/tools/remove_grad_op_and_kernel.py
gen_fluid_lib ${parallel_number}
;;
test_train) test_train)
gen_fluid_lib ${parallel_number} gen_fluid_lib ${parallel_number}
test_fluid_lib_train test_fluid_lib_train
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册