Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor_manager.h25 class Executor; variable
Dexecutor.cc169 Executor::Executor(const std::string &device_name, uint32_t device_id) { in Executor() function in mindspore::session::Executor
Dsession_basic.h91 class Executor; variable
/third_party/mindspore/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/boost/boost/asio/detail/
Dwin_iocp_overlapped_ptr.hpp137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
Dhandler_work.hpp201 explicit handler_work_base(int, int, const Executor&) in handler_work_base()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_iocp_overlapped_ptr.hpp137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
Dhandler_work.hpp201 explicit handler_work_base(int, int, const Executor&) in handler_work_base()
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_server.py37 def __init__(self, thread_pool: Optional[Executor],
172 def server(migration_thread_pool: Optional[Executor] = None,
/third_party/grpc/src/python/grpcio/grpc/aio/
D_server.py37 def __init__(self, thread_pool: Optional[Executor],
175 def server(migration_thread_pool: Optional[Executor] = None,
/third_party/boost/libs/asio/include/boost/asio/impl/
Dconnect.hpp413 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_allocate() argument
429 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_deallocate() argument
442 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_is_continuation() argument
454 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
469 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
619 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_allocate() argument
635 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_deallocate() argument
648 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_is_continuation() argument
660 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
675 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
Dco_spawn.hpp81 awaitable<T, Executor>*, Executor ex, F f, Handler handler) in co_spawn_entry_point() argument
118 awaitable<void, Executor>*, Executor ex, F f, Handler handler) in co_spawn_entry_point() argument
/third_party/boost/boost/asio/impl/
Dconnect.hpp413 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_allocate() argument
429 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_deallocate() argument
442 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_is_continuation() argument
454 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
469 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
619 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_allocate() argument
635 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_deallocate() argument
648 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_is_continuation() argument
660 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
675 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
Dco_spawn.hpp81 awaitable<T, Executor>*, Executor ex, F f, Handler handler) in co_spawn_entry_point() argument
118 awaitable<void, Executor>*, Executor ex, F f, Handler handler) in co_spawn_entry_point() argument
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.h106Executor() : initialized_(false), aggregation_count_(0), param_names_({}), param_aggrs_({}), unmas… in Executor() function
/third_party/mindspore/
DRELEASE.md51 #### Executor subsubsection
103 #### Executor subsubsection
183 #### Executor subsubsection
223 #### Executor subsubsection
306 #### Executor subsubsection
423 #### Executor subsubsection
718 #### Executor subsubsection
1133 #### Executor subsubsection
1894 #### Executor subsubsection
2357 #### Executor subsubsection
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp1014 basic_stream<Protocol, Executor, RatePolicy>& stream) in beast_close_socket() argument
1025 basic_stream<Protocol, Executor, RatePolicy>& stream, in teardown() argument
1038 basic_stream<Protocol, Executor, RatePolicy>& stream, in async_teardown() argument
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp1014 basic_stream<Protocol, Executor, RatePolicy>& stream) in beast_close_socket() argument
1025 basic_stream<Protocol, Executor, RatePolicy>& stream, in teardown() argument
1038 basic_stream<Protocol, Executor, RatePolicy>& stream, in async_teardown() argument
/third_party/boost/boost/asio/detail/impl/
Dstrand_executor_service.hpp201 inline void strand_executor_service::execute(const implementation_type& impl, in execute()
213 inline void strand_executor_service::execute(const implementation_type& impl, in execute()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dstrand_executor_service.hpp201 inline void strand_executor_service::execute(const implementation_type& impl, in execute()
213 inline void strand_executor_service::execute(const implementation_type& impl, in execute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp30 class Executor { class
/third_party/grpc/src/core/lib/iomgr/
Dexecutor.cc92 Executor::Executor(const char* name) : name_(name) { in Executor() function in grpc_core::Executor
/third_party/boost/boost/asio/
Dstrand.hpp55 is_convertible<Executor1, Executor>, in strand() argument
/third_party/boost/libs/asio/include/boost/asio/
Dstrand.hpp55 is_convertible<Executor1, Executor>, in strand() argument

12