Home
last modified time | relevance | path

Searched defs:server_builder (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dgrpc_dispatcher_impl.cc30 const experimental::DispatcherConfig& config, ServerBuilder& server_builder) in GrpcDispatcherImpl()
Dgrpc_worker_impl.cc37 ServerBuilder& server_builder) in GrpcWorkerImpl()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/coordination/
Dgrpc_coordination_service_impl.cc24 thread::ThreadPool* compute_pool, ::grpc::ServerBuilder* server_builder) in GrpcCoordinationServiceImpl()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc29 const WorkerEnv* env, ::grpc::ServerBuilder* server_builder) in GrpcEagerServiceImpl()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_service.cc34 ::grpc::ServerBuilder* server_builder, TpuCompilationCacheInterface* cache) in TpuCompilationCacheService()
Dtpu_util.cc103 auto server_builder = absl::make_unique<::grpc::ServerBuilder>(); in CreateServerBuilder() local
Dtpu_pod_state.cc57 xla::StatusOr<std::unique_ptr<::grpc::ServerBuilder>> server_builder; in ConstructCacheService() local