Searched refs:processing (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Cook_Until_Done_parallel_do.rst | 16 can be safely processed in parallel, and processing each item takes at 79 work by calling ``feeder.add(item)``. For example, suppose processing 80 a node in a tree is a prerequisite to processing its descendants. 81 With ``parallel_for_each``, after processing a node, you could use
|
| H A D | avoid_dynamic_node_removal.rst | 20 flow graph as nodes are actively processing messages in the graph.
|
| H A D | std_invoke.rst | 144 auto number_processor = [] (int i) { /* processing integer */ }; 180 // The processing logic for the received integer 181 auto number_processor = [] (int i) { /* processing integer */ };
|
| H A D | Partitioner_Summary.rst | 58 the processing of a subrange involves repeated sweeps over the same
|
| H A D | Throughput_of_pipeline.rst | 21 The text processing example has relatively poor speedup, because the
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 11 and others cannot. For example, in video processing, some operations on 14 require processing prior frames first. 19 simple text processing example will be used to demonstrate the usage of
|
| /oneTBB/python/ |
| H A D | README.md | 9 … library or libraries like Dask or Joblib (used either in multi-threading or multi-processing mode) 35 …ext of `with tbb.Monkey():` when oneTBB enabled in both multi-threading and multi-processing modes.
|
| /oneTBB/test/tbb/ |
| H A D | test_limiter_node.cpp | 520 tbb::flow::multifunction_node<int, std::tuple<int>> processing{ graph, tbb::flow::serial, in test_decrement_while_try_put_task() local 521 [&](const int & value, typename decltype(processing)::output_ports_type & out) { in test_decrement_while_try_put_task() 528 tbb::flow::make_edge(blockingNode, processing); in test_decrement_while_try_put_task() 529 tbb::flow::make_edge(processing, blockingNode.decrementer()); in test_decrement_while_try_put_task()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Elementwise.rst | 65 Convolution is often used in signal processing. The convolution of a
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 210 // do some work processing m_shared_data 242 // do some work processing m_shared_data
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 115 # and the result, after processing the whole list, is used as the annotated 299 # The output of markdown processing is further processed by doxygen, so you can 2223 # larger than 0 to get control over the balance between CPU load and processing
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 44 2. ActiveState Thread pool with same API as (multi) processing.Pool (Python recipe):
|