#include <graph_executor.h>
Inherits detail::ExecutorBase.
Public Member Functions | |
| template<typename TaskSetT , typename G > | |
| void | operator() (TaskSetT &taskSet, const G &graph) | 
Class to invoke Graph or BiPropGraph using dispenso::parallel_for for every layer of the graph. 
Definition at line 37 of file graph_executor.h.
| template DISPENSO_DLL_ACCESS void dispenso::ParallelForExecutor::operator() | ( | TaskSetT & | taskSet, | 
| const G & | graph ) | 
Invoke the graph. This is not concurrency safe.
| taskSet | taksSet to use with parallel_for.  | 
| graph | graph to invoke | 
Definition at line 41 of file graph_executor.cpp.