Lines Matching refs:module
4 It is a preview Python* module which unlocks opportunities for additional performance in
13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
16 …ussion](https://community.intel.com/t5/Intel-Distribution-for-Python/TBB-module-Unleash-parallel-p…
20 - **tbb** - The folder contains Python module sources.
24 - **TBB.py** - Alternative entry point for Python module.
28 - `python_build` - building of oneTBB module for Python.
36 …- `python3 setup.py build -b<output_directory_path> -f check` - Build oneTBB module for Python. (P…
37 …lt_libraries> install -f <additional_flags> ` - Build and install oneTBB module for Python. (Prere…
38 - `python3 -m TBB test` - run test for oneTBB module for Python.
39 - `python3 -m tbb test` - run test for oneTBB module for Python.
42 …- The Python module was not tested on older versions of Python thus we require at least Python and…