Loading...
Searching...
No Matches
tf::FlowBuilder Member List

This is the complete list of members for tf::FlowBuilder, including all inherited members.

_graphtf::FlowBuilderprotected
adopt(Graph &&graph)tf::FlowBuilderinline
composed_of(T &object)tf::FlowBuilder
emplace(C &&callable)tf::FlowBuilder
emplace(C &&callable)tf::FlowBuilder
emplace(C &&callable)tf::FlowBuilder
emplace(C &&callable)tf::FlowBuilder
emplace(C &&callable)tf::FlowBuilder
emplace(C &&... callables)tf::FlowBuilder
erase(Task task)tf::FlowBuilderinline
exclusive_scan(B first, E last, D d_first, T init, BOP bop)tf::FlowBuilder
Executor (defined in tf::FlowBuilder)tf::FlowBuilderfriend
find_if(B first, E last, T &result, UOP predicate, P part=P())tf::FlowBuilder
find_if_not(B first, E last, T &result, UOP predicate, P part=P())tf::FlowBuilder
FlowBuilder(Graph &graph)tf::FlowBuilderinline
for_each(B first, E last, C callable, P part=P())tf::FlowBuilder
for_each_by_index(R range, C callable, P part=P())tf::FlowBuilder
for_each_index(B first, E last, S step, C callable, P part=P())tf::FlowBuilder
inclusive_scan(B first, E last, D d_first, BOP bop)tf::FlowBuilder
inclusive_scan(B first, E last, D d_first, BOP bop, T init)tf::FlowBuilder
linearize(std::vector< Task > &tasks)tf::FlowBuilderinline
linearize(std::initializer_list< Task > tasks)tf::FlowBuilderinline
max_element(B first, E last, T &result, C comp, P part)tf::FlowBuilder
merge(B1 first1, E1 last1, B2 first2, E2 last2, O d_first, P part=P())tf::FlowBuilder
merge(B1 first1, E1 last1, B2 first2, E2 last2, O d_first, C cmp, P part=P())tf::FlowBuilder
min_element(B first, E last, T &result, C comp, P part)tf::FlowBuilder
placeholder()tf::FlowBuilderinline
reduce(B first, E last, T &init, O bop, P part=P())tf::FlowBuilder
reduce_by_index(R range, T &init, L lop, G gop, P part=P())tf::FlowBuilder
sort(B first, E last, C cmp)tf::FlowBuilder
sort(B first, E last)tf::FlowBuilder
transform(B first1, E last1, O d_first, C c, P part=P())tf::FlowBuilder
transform(B1 first1, E1 last1, B2 first2, O d_first, C c, P part=P())tf::FlowBuilder
transform_exclusive_scan(B first, E last, D d_first, T init, BOP bop, UOP uop)tf::FlowBuilder
transform_inclusive_scan(B first, E last, D d_first, BOP bop, UOP uop)tf::FlowBuilder
transform_inclusive_scan(B first, E last, D d_first, BOP bop, UOP uop, T init)tf::FlowBuilder
transform_reduce(B first, E last, T &init, BOP bop, UOP uop, P part=P())tf::FlowBuilder
transform_reduce(B1 first1, E1 last1, B2 first2, T &init, BOP_R bop_r, BOP_T bop_t, P part=P())tf::FlowBuilder