Home
last modified time | relevance | path

Searched defs:PythonRpcHandler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_rpc_handler.cpp98 PythonRpcHandler::PythonRpcHandler() : initialized_(false) {} in PythonRpcHandler() function in torch::distributed::rpc::PythonRpcHandler
H A Drpc_agent.h277 friend class PythonRpcHandler; variable