Home
last modified time | relevance | path

Searched refs:ScriptRemoteCall (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dscript_remote_call.cpp8 ScriptRemoteCall::ScriptRemoteCall( in ScriptRemoteCall() function in torch::distributed::rpc::ScriptRemoteCall
17 ScriptRemoteCall::ScriptRemoteCall( in ScriptRemoteCall() function in torch::distributed::rpc::ScriptRemoteCall
27 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromIValues( in fromIValues()
38 return std::make_unique<ScriptRemoteCall>( in fromIValues()
41 return std::make_unique<ScriptRemoteCall>( in fromIValues()
50 c10::intrusive_ptr<Message> ScriptRemoteCall::toMessageImpl() && { in toMessageImpl()
66 std::unique_ptr<ScriptRemoteCall> ScriptRemoteCall::fromMessage( in fromMessage()
H A Dscript_remote_call.h19 class TORCH_API ScriptRemoteCall final : public ScriptCall {
22 ScriptRemoteCall(
29 ScriptRemoteCall(
44 static std::unique_ptr<ScriptRemoteCall> fromIValues(
48 static std::unique_ptr<ScriptRemoteCall> fromMessage(const Message& message);
H A Dtorchscript_functions.cpp105 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in remoteTorchscript()
132 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in remoteTorchscript()
H A Dpython_functions.cpp294 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in pyRemoteBuiltin()
316 auto scriptRemoteCall = std::make_unique<ScriptRemoteCall>( in pyRemoteBuiltin()
H A Drequest_callback_impl.cpp198 auto& scriptRemoteCall = static_cast<ScriptRemoteCall&>(rpc); in processScriptRemoteCall()
H A Dutils.cpp106 return ScriptRemoteCall::fromMessage(request); in deserializeRequest()
H A Drequest_callback_no_python.cpp206 auto& scriptRemoteCall = static_cast<ScriptRemoteCall&>(rpc); in processScriptRemoteCall()
/aosp_15_r20/external/pytorch/test/cpp/rpc/
H A De2e_test_base.h79 ScriptRemoteCall scriptRemoteCall( in createRemoteRRef()