Searched refs:multithreading (Results 1 – 25 of 48) sorted by relevance
12
/external/tensorflow/tensorflow/python/tools/ |
D | tools.bzl | 24 multithreading = False, 97 multithreading: Whether to compile multithreaded AOT code. 101 multithreading libraries like nsync. 144 "--multithreading {} ".format(multithreading) +
|
D | saved_model_aot_compile.py | 221 multithreading=False): argument 269 'true' if multithreading else 'false') 272 'true' if multithreading else 'false')
|
D | saved_model_cli.py | 842 multithreading=args.multithreading.lower() not in ('f', 'false', '0'))
|
D | BUILD | 423 multithreading = True,
|
/external/grpc-grpc/doc/ |
D | fork_support.md | 3 In Python, multithreading is ineffective at concurrency for CPU bound tasks 9 gRPC core, which uses multithreading for performance, and hence doesn't support ```fork()```.
|
/external/pigweed/pw_toolchain/host_gcc/ |
D | BUILD.gn | 44 # GCC needs the -pthread option to support multithreading. This must be
|
/external/python/cpython3/Doc/library/ |
D | asyncio-subprocess.rst | 182 This class is :ref:`not thread safe <asyncio-multithreading>`. 327 The :ref:`Concurrency and multithreading in asyncio 328 <asyncio-multithreading>` section.
|
D | asyncio-queue.rst | 43 This class is :ref:`not thread safe <asyncio-multithreading>`.
|
D | asyncio-dev.rst | 65 .. _asyncio-multithreading:
|
/external/zstd/lib/ |
D | README.md | 24 Enabling multithreading requires 2 conditions : 29 - Force enable multithreading on both dynamic and static libraries by appending `-mt` to the target… 30 - Force disable multithreading on both dynamic and static libraries by appending `-nomt` to the tar…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 59 -- Simultaneous multithreading architecture from Washington
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 167 > -- Simultaneous multithreading architecture from Washington
|
/external/libepoxy/ |
D | README.md | 98 * User-visible multithreading support choice for win32.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b3.rst | 235 Fix error building socket module when multithreading is disabled.
|
/external/libaom/libaom/ |
D | CHANGELOG | 193 Better multithreading performance with realtime mode.
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 57 The thread-safety validation will check the multithreading of API calls for validity. Currently thi…
|
/external/zstd/programs/ |
D | Makefile | 68 NO_THREAD_MSG := ==> no threads, building without multithreading support
|
D | zstd.1.md | 321 `--train` supports multithreading if `zstd` is compiled with threading support (default). 367 Supports multithreading if `zstd` is compiled with threading support. 537 This parameter is only available when multithreading is enabled.
|
/external/lzma/DOC/ |
D | lzma.txt | 279 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)
|
D | lzma-history.txt | 10 There was memory leak in multithreading xz decoder - XzDecMt_Decode(),
|
D | lzma-sdk.txt | 14 multithreading support for compression than LZMA and some other improvements.
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 100 This port has been built with complete support for multithreading. 141 of errno with multithreading. 144 for multithreading support but no source changes.
|
/external/ComputeLibrary/docs/ |
D | 04_adding_operator.dox | 37 …he other hand, if the user doesn't want to care about allocation and multithreading then the right… 111 …ndow of the kernel and run the whole kernel window in the current thread or use the multithreading.
|
/external/zstd/ |
D | CHANGELOG | 163 …atio regression on huge files (> 3 GB) using high levels (--ultra) and multithreading, by @terrelln 371 fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen 480 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
|
/external/mesa3d/docs/ |
D | dispatch.rst | 182 followed by #3. Environments that do not support multithreading are
|
12