提交 1c2b6100 编写于 作者: Y Yu Yang

Add

上级 a0494f8e
...@@ -251,7 +251,7 @@ struct FetchOpHandle : public OpHandle { ...@@ -251,7 +251,7 @@ struct FetchOpHandle : public OpHandle {
class ParallelExecutorPrivate { class ParallelExecutorPrivate {
public: public:
explicit ParallelExecutorPrivate(size_t num_threads = 0) explicit ParallelExecutorPrivate(size_t num_threads = 12)
: pool_(num_threads == 0 ? nullptr : new ThreadPool(num_threads)) {} : pool_(num_threads == 0 ? nullptr : new ThreadPool(num_threads)) {}
std::vector<platform::Place> places_; std::vector<platform::Place> places_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册