Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpython_rpc_handler.h81 const RRefTypeFunctions& getRRefTypeFunctions() const;
H A Dpython_rpc_handler.cpp193 getRRefTypeFunctions() const { in getRRefTypeFunctions() function in torch::distributed::rpc::PythonRpcHandler
H A Dpy_rref.cpp275 auto& typeFuncs = pythonRpcHandler.getRRefTypeFunctions(); in getRRefType()