Home
last modified time | relevance | path

Searched refs:getRRefProxyFunctions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_rpc_handler.h77 const RRefProxyFunctions& getRRefProxyFunctions() const;
H A Dpython_rpc_handler.cpp188 getRRefProxyFunctions() const { in getRRefProxyFunctions() function in torch::distributed::rpc::PythonRpcHandler
H A Dpy_rref.cpp252 auto& functions = pythonRpcHandler.getRRefProxyFunctions(); in createRRefProxy()