Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_concurrent_futures.py151 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
155 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkMixin
169 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolSpawnMixin
181 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolForkserverMixin
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_inner_ops.py1496 def __init__(self, graph, executor_type=""): argument