Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 12 of 12) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DCook_Until_Done_parallel_do.rst16 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 Davoid_dynamic_node_removal.rst20 flow graph as nodes are actively processing messages in the graph.
H A Dstd_invoke.rst144 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 DPartitioner_Summary.rst58 the processing of a subrange involves repeated sweeps over the same
H A DThroughput_of_pipeline.rst21 The text processing example has relatively poor speedup, because the
H A DWorking_on_the_Assembly_Line_pipeline.rst11 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 DREADME.md9 … 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 Dtest_limiter_node.cpp520 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 DElementwise.rst65 Convolution is often used in signal processing. The convolution of a
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst210 // do some work processing m_shared_data
242 // do some work processing m_shared_data
/oneTBB/doc/
H A DDoxyfile.in115 # 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 Dthird-party-programs.txt44 2. ActiveState Thread pool with same API as (multi) processing.Pool (Python recipe):