Home
last modified time | relevance | path

Searched refs:Graph (Results 1 – 25 of 32) sorted by relevance

12

/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Tips.rst3 Flow Graph Tips and Tricks
9 ../tbb_userguide/Flow-Graph-waiting-tips
13 ../tbb_userguide/Flow-Graph-exception-tips
H A DFlow-Graph-waiting-tips.rst3 Flow Graph Tips for Waiting for and Destroying a Flow Graph
H A DData_Flow_Graph.rst3 Data Flow Graph
28 Simple Data Flow Graph
38 Flow Graph** shown above:
81 node F from **Simple Data Flow Graph** above is implemented as a loop
107 the **Simple Data Flow Graph** above, is to introduce an ``input_node``. An
142 need to create body that will act like the body of the loop in the **Simple Data Flow Graph**
190 **Simple Data Flow Graph** above. In this simple example, there is not
H A DDependence_Graph.rst3 Dependence Graph
19 Dependence Graph for Making a Sandwich
51 Simple Dependence Graph
117 Execution Timeline for a Dependence Graph
H A Dstd_invoke.rst6 Starting from C++17, the requirements for callable objects passed to algorithms or Flow Graph nodes…
7 Previously, the body of the algorithm or Flow Graph node needed to be a Function Object (see `C++ S…
13 * **Pointers to member functions** that you can use as the body of the algorithm or the Flow Graph
16 You can use it not only for a Flow Graph but also for algorithms. See the example below:
125 Consider a specific scenario with ``function_node`` within a Flow Graph.
165 Before C++17, the ``function_node`` in the Flow Graph required the body to be a Function Object. A …
H A DGraph_Object.rst3 Flow Graph Basics: Graph Object
H A DFlow_Graph_nested_parallelism_tips.rst3 Flow Graph Tips on Nested Parallelism
H A DFlow_Graph_making_edges_tips.rst3 Flow Graph Tips on Making Edges
H A DBasic_Flow_Graph_concepts.rst3 Basic Flow Graph Concepts
H A Destimate_flow_graph_performance.rst3 Estimating Flow Graph Performance
16 Graph
H A DMapping_Nodes2Tasks.rst3 Flow Graph Basics: Mapping Nodes to Tasks
23 **Execution Timeline of a Two Node Graph**
H A DFlow_Graph_resource_tips.rst3 Flow Graph Tips for Limiting Resource Consumption
H A DFlow-Graph-exception-tips.rst3 Flow Graph Tips for Exception Handling and Cancellation
H A DGraph_Main_Categories.rst3 Graph Application Categories
H A Duse_graph_reset.rst3 Use graph::reset() to Reset a Canceled Graph
H A DFlow_Graph_Message_Passing_Protocol.rst3 Flow Graph Basics: Message Passing Protocol
H A DParallelizing_Flow_Graph.rst37 **Simple Data Flow Graph**
64 **Dependence Graph for Making a Sandwich**
H A DEdges.rst3 Flow Graph Basics: Edges
H A Dattach_flow_graph_to_arena.rst3 Attach Flow Graph to an Arbitrary Task Arena
H A DFlow_Graph_Buffering_in_Nodes.rst3 Flow Graph Basics: Buffering and Forwarding
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.cpp30 void Graph::create_random_dag(std::size_t number_of_nodes) { in create_random_dag()
54 void Graph::print() { in print()
63 void Graph::get_root_set(std::vector<Cell*>& root_set) { in get_root_set()
H A DGraph.hpp71 class Graph { class
H A Dmain.cpp71 Graph g; in main()
H A DCMakeLists.txt23 add_executable(parallel_preorder parallel_preorder.cpp Graph.cpp main.cpp)
/oneTBB/examples/graph/
H A DREADME.md2 Examples using oneTBB Flow Graph feature.

12