diff --git a/src/io/paddle_mobile.h b/src/io/paddle_mobile.h index f0f62fd3b39bc895e3cbfeeee21aadb9e753e5f0..5dc3ccb21dd7e67fbe9b5032d01046b12728dc64 100644 --- a/src/io/paddle_mobile.h +++ b/src/io/paddle_mobile.h @@ -48,9 +48,9 @@ class PaddleMobile { bool Load(const std::string &model_path, const std::string ¶_path, bool optimize = false, bool quantification = false, int batch_size = 1); - /* - * @b 设置线程数, 当 cmake 中开启 openmp 时生效 - * */ + /* + * @b 设置线程数, 当 cmake 中开启 openmp 时生效 + * */ void SetThreadNum(int num); /*