Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dasync_service_interface.h23 class AsyncServiceInterface {
25 virtual ~AsyncServiceInterface() {} in ~AsyncServiceInterface()
Dgrpc_master_service.h26 class AsyncServiceInterface; variable
29 AsyncServiceInterface* NewGrpcMasterService(
Dgrpc_worker_service.h33 class AsyncServiceInterface; variable
81 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService(
Dgrpc_server_lib.h173 AsyncServiceInterface* master_service_ = nullptr;
180 AsyncServiceInterface* worker_service_ = nullptr;
185 AsyncServiceInterface* eager_service_ = nullptr;
Dgrpc_master_service.cc48 class GrpcMasterService : public AsyncServiceInterface {
302 AsyncServiceInterface* NewGrpcMasterService( in NewGrpcMasterService()
Dgrpc_worker_service.cc367 class GrpcWorkerService : public AsyncServiceInterface {
754 std::unique_ptr<AsyncServiceInterface> NewGrpcWorkerService( in NewGrpcWorkerService()
757 return std::unique_ptr<AsyncServiceInterface>( in NewGrpcWorkerService()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h32 class GrpcEagerServiceImpl : public AsyncServiceInterface {