Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc391 ExecutorType executor_type, ExecutorJobType job_type) { in Run()
428 bool Executor::IsThreaded(ExecutorType executor_type) { in IsThreaded()
/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