Home
last modified time | relevance | path

Searched defs:Executor (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/parallel_stub/
Dexecutor_manager_stub.h26 class Executor; variable
Dexecutor_stub.h28Executor(const std::string &device_name, uint32_t device_id) : device_name_(device_name), device_i… in Executor() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dexecutor_manager.h26 class Executor; variable
Dexecutor.h130Executor(std::string device_name, uint32_t device_id) : device_name_(std::move(device_name)), devi… in Executor() function
Dsession_basic.h98 class Executor; variable
/third_party/grpc/src/python/grpcio/grpc/aio/
D_server.py41 thread_pool: Optional[Executor],
201 migration_thread_pool: Optional[Executor] = None,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp30 class Executor { class
/third_party/mindspore/mindspore-src/source/
DRELEASE.md2926 #### Executor subsubsection
3127 #### Executor subsubsection
3209 #### Executor subsubsection
3275 #### Executor subsubsection
3391 #### Executor subsubsection
3437 #### Executor subsubsection
3517 #### Executor subsubsection
3557 #### Executor subsubsection
3640 #### Executor subsubsection
3757 #### Executor subsubsection
[all …]
DRELEASE_CN.md2924 #### Executor subsubsection
3125 #### Executor subsubsection
/third_party/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine.h111 ThreadPool* Executor() { return executor_.get(); } in Executor() function
/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc76 Executor::Executor(const char* name) : name_(name) { in Executor() function in grpc_core::Executor
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mock/
Dexecutor.cc156 Executor::Executor(const std::string &device_name, uint32_t device_id) { in Executor() function in mindspore::session::Executor
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dexecutor.cc156 Executor::Executor(const std::string &device_name, uint32_t device_id) { in Executor() function in mindspore::session::Executor
/third_party/python/Lib/concurrent/futures/
D_base.py569 class Executor(object): class