Home
last modified time | relevance | path

Searched refs:UnpickledPythonCall (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dunpickled_python_call.cpp7 UnpickledPythonCall::UnpickledPythonCall( in UnpickledPythonCall() function in torch::distributed::rpc::UnpickledPythonCall
16 UnpickledPythonCall::~UnpickledPythonCall() { in ~UnpickledPythonCall()
25 c10::intrusive_ptr<Message> UnpickledPythonCall::toMessageImpl() && { in toMessageImpl()
30 const py::object& UnpickledPythonCall::pythonUdf() const { in pythonUdf()
H A Dunpickled_python_call.h16 class TORCH_API UnpickledPythonCall : public RpcCommandBase {
18 UnpickledPythonCall(
21 ~UnpickledPythonCall() override;
H A Drequest_callback_impl.cpp48 return std::make_unique<UnpickledPythonCall>( in deserializePythonRpcCommandReference()
183 auto& upc = static_cast<UnpickledPythonCall&>(rpc); in processPythonCall()
H A Dunpickled_python_remote_call.h17 class TORCH_API UnpickledPythonRemoteCall final : public UnpickledPythonCall {
H A Dunpickled_python_remote_call.cpp12 : UnpickledPythonCall(serializedPyObj, isAsyncExecution), in UnpickledPythonRemoteCall()