From e2f3e4d9da0b53505dbae62fa5bd02f20b431883 Mon Sep 17 00:00:00 2001 From: "baolei.an" Date: Fri, 17 Apr 2020 15:33:38 +0800 Subject: [PATCH] [LITE][BM] fix lint error,test=develop --- lite/api/test_classify_lite_bm.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lite/api/test_classify_lite_bm.cc b/lite/api/test_classify_lite_bm.cc index e3d6f4b844..e7ebc80ade 100644 --- a/lite/api/test_classify_lite_bm.cc +++ b/lite/api/test_classify_lite_bm.cc @@ -14,8 +14,8 @@ #include #include -#include #include +#include //NOLINT #include #include "lite/api/cxx_api.h" #include "lite/api/paddle_use_kernels.h" @@ -31,8 +31,8 @@ DEFINE_string(input_img_txt_path, namespace paddle { namespace lite { -const int g_batch_size = 4; -const int g_thread_num = 10; +const int g_batch_size = 1; +const int g_thread_num = 1; void instance_run() { lite::Predictor predictor; -- GitLab