Home
last modified time | relevance | path

Searched refs:multithreading (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/python/tools/
Dtools.bzl24 multithreading = False,
97 multithreading: Whether to compile multithreaded AOT code.
101 multithreading libraries like nsync.
144 "--multithreading {} ".format(multithreading) +
Dsaved_model_aot_compile.py221 multithreading=False): argument
269 'true' if multithreading else 'false')
272 'true' if multithreading else 'false')
Dsaved_model_cli.py842 multithreading=args.multithreading.lower() not in ('f', 'false', '0'))
DBUILD423 multithreading = True,
/external/grpc-grpc/doc/
Dfork_support.md3 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/
DBUILD.gn44 # GCC needs the -pthread option to support multithreading. This must be
/external/python/cpython3/Doc/library/
Dasyncio-subprocess.rst182 This class is :ref:`not thread safe <asyncio-multithreading>`.
327 The :ref:`Concurrency and multithreading in asyncio
328 <asyncio-multithreading>` section.
Dasyncio-queue.rst43 This class is :ref:`not thread safe <asyncio-multithreading>`.
Dasyncio-dev.rst65 .. _asyncio-multithreading:
/external/zstd/lib/
DREADME.md24 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/
D2000-11-18-EarlyDesignIdeas.txt59 -- Simultaneous multithreading architecture from Washington
D2000-11-18-EarlyDesignIdeasResp.txt167 > -- Simultaneous multithreading architecture from Washington
/external/libepoxy/
DREADME.md98 * User-visible multithreading support choice for win32.
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst235 Fix error building socket module when multithreading is disabled.
/external/libaom/libaom/
DCHANGELOG193 Better multithreading performance with realtime mode.
/external/vulkan-validation-layers/layers/
DREADME.md57 The thread-safety validation will check the multithreading of API calls for validity. Currently thi…
/external/zstd/programs/
DMakefile68 NO_THREAD_MSG := ==> no threads, building without multithreading support
Dzstd.1.md321 `--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/
Dlzma.txt279 SZ_ERROR_THREAD - errors in multithreading functions (only for Mt version)
Dlzma-history.txt10 There was memory leak in multithreading xz decoder - XzDecMt_Decode(),
Dlzma-sdk.txt14 multithreading support for compression than LZMA and some other improvements.
/external/python/cpython2/PC/os2emx/
DREADME.os2emx100 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/
D04_adding_operator.dox37 …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/
DCHANGELOG163 …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/
Ddispatch.rst182 followed by #3. Environments that do not support multithreading are

12