Home
last modified time | relevance | path

Searched refs:deserializePythonRpcCommand (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drequest_callback_impl.h12 std::unique_ptr<RpcCommandBase> deserializePythonRpcCommand(
H A Drequest_callback_no_python.cpp44 deserializePythonRpcCommand( in deserializePythonRpcCommand() function in torch::distributed::rpc::RequestCallbackNoPython
65 std::unique_ptr<RpcCommandBase> rpc = deserializePythonRpcCommand( in processMessage()
H A Drequest_callback_no_python.h20 virtual std::unique_ptr<RpcCommandBase> deserializePythonRpcCommand(
H A Drequest_callback_impl.cpp150 deserializePythonRpcCommand( in deserializePythonRpcCommand() function in torch::distributed::rpc::RequestCallbackImpl