Home
last modified time | relevance | path

Searched refs:AsyncServiceInterface (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dasync_service_interface.h23 class AsyncServiceInterface {
25 virtual ~AsyncServiceInterface() {} in ~AsyncServiceInterface()
Dgrpc_master_service.h29 class AsyncServiceInterface; variable
32 AsyncServiceInterface* NewGrpcMasterService(
Dgrpc_server_lib.h151 AsyncServiceInterface* master_service_ = nullptr;
158 AsyncServiceInterface* worker_service_ = nullptr;
162 AsyncServiceInterface* eager_service_ = nullptr;
Dgrpc_worker_service.h33 class AsyncServiceInterface; variable
74 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService(
Dgrpc_master_service.cc48 class GrpcMasterService : public AsyncServiceInterface {
302 AsyncServiceInterface* NewGrpcMasterService( in NewGrpcMasterService()
Dgrpc_worker_service.cc374 class GrpcWorkerService : public AsyncServiceInterface {
657 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService( in NewGrpcWorkerService()
660 return std::unique_ptr<AsyncServiceInterface>( in NewGrpcWorkerService()
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service.h30 class GrpcVerbsService : public AsyncServiceInterface {
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h32 class GrpcEagerServiceImpl : public AsyncServiceInterface {