Home
last modified time | relevance | path

Searched defs:WorkerServer (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/control_plane/
H A DWorkerServer.hpp15 class TORCH_API WorkerServer : public c10::intrusive_ptr_target { class
H A DWorkerServer.cpp91 WorkerServer::WorkerServer(const std::string& hostOrFile, int port) { in WorkerServer() function in c10d::control_plane::WorkerServer
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
H A Dworker_server.py80 class WorkerServer(worker_service_pb2_grpc.WorkerServiceServicer): class
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/service/
H A Dserver_lib.py297 class WorkerServer: class