Taskflow
2.4-master-branch
|
This is the complete list of members for tf::Executor, including all inherited members.
Executor(size_t N=std::thread::hardware_concurrency(), size_t M=cuda_num_devices()) | tf::Executor | inlineexplicit |
Executor(size_t N=std::thread::hardware_concurrency()) | tf::Executor | inlineexplicit |
make_observer(Args &&... args) | tf::Executor | |
num_domains() const | tf::Executor | inline |
num_observers() const | tf::Executor | inline |
num_topologies() const | tf::Executor | inline |
num_workers() const | tf::Executor | inline |
remove_observer(std::shared_ptr< Observer > observer) | tf::Executor | |
run(Taskflow &taskflow) | tf::Executor | inline |
run(Taskflow &taskflow, C &&callable) | tf::Executor | |
run_n(Taskflow &taskflow, size_t N) | tf::Executor | inline |
run_n(Taskflow &taskflow, size_t N, C &&callable) | tf::Executor | |
run_until(Taskflow &taskflow, P &&pred) | tf::Executor | |
run_until(Taskflow &taskflow, P &&pred, C &&callable) | tf::Executor | |
this_worker_id() const | tf::Executor | inline |
wait_for_all() | tf::Executor | inline |
~Executor() | tf::Executor | inline |