Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drpc_agent.h52 struct TORCH_API WorkerInfo : torch::CustomClassHolder { struct
73 const WorkerInfo& workerInfo); argument
H A Drpc_agent.cpp15 WorkerInfo::WorkerInfo(std::string name, int64_t id) in WorkerInfo() function in torch::distributed::rpc::WorkerInfo
24 WorkerInfo::WorkerInfo(std::string name, worker_id_t id) in WorkerInfo() function in torch::distributed::rpc::WorkerInfo
/aosp_15_r20/external/pytorch/torch/utils/data/_utils/
H A Dworker.py76 class WorkerInfo: class
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Ddispatcher.proto209 message WorkerInfo { message