Searched refs:UnpickledPythonCall (Results 1 – 5 of 5) sorted by relevance
7 UnpickledPythonCall::UnpickledPythonCall( in UnpickledPythonCall() function in torch::distributed::rpc::UnpickledPythonCall16 UnpickledPythonCall::~UnpickledPythonCall() { in ~UnpickledPythonCall()25 c10::intrusive_ptr<Message> UnpickledPythonCall::toMessageImpl() && { in toMessageImpl()30 const py::object& UnpickledPythonCall::pythonUdf() const { in pythonUdf()
16 class TORCH_API UnpickledPythonCall : public RpcCommandBase {18 UnpickledPythonCall(21 ~UnpickledPythonCall() override;
48 return std::make_unique<UnpickledPythonCall>( in deserializePythonRpcCommandReference()183 auto& upc = static_cast<UnpickledPythonCall&>(rpc); in processPythonCall()
17 class TORCH_API UnpickledPythonRemoteCall final : public UnpickledPythonCall {
12 : UnpickledPythonCall(serializedPyObj, isAsyncExecution), in UnpickledPythonRemoteCall()