Skip to content

Commit

Permalink
snEngine
Browse files Browse the repository at this point in the history
-reduced number of workflows, relevant for deep networks
  • Loading branch information
Tyill committed Oct 17, 2019
1 parent c1e37b0 commit b08141f
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 143 deletions.
3 changes: 2 additions & 1 deletion src/snEngine/snEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ namespace SN_Eng{

std::function<void(const std::string&)> stsCBack_ = nullptr;

ThreadPool* thrPoolForward_ = nullptr, *thrPoolBackward_ = nullptr;
ThreadPool* thrPoolForward_ = nullptr,
* thrPoolBackward_ = nullptr;
bool fWorkEnd_ = false; ///< закрытие всех потоков

SN_Base::operationParam operParam_; ///< параметры тек итерации
Expand Down
Loading

0 comments on commit b08141f

Please sign in to comment.