Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_distributed_ops.cpp126 auto futureIValuePtr = dist_rpc::rpcTorchscript( in prepare_and_call_rpc_op()
137 auto futureIValuePtr = dist_rpc::rpcTorchscript( in prepare_and_call_rpc_op()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dtorchscript_functions.h21 c10::intrusive_ptr<c10::ivalue::Future> TORCH_API rpcTorchscript(
H A Dtorchscript_functions.cpp15 c10::intrusive_ptr<JitFuture> rpcTorchscript( in rpcTorchscript() function
H A Dpython_functions.cpp265 c10::intrusive_ptr<c10::ivalue::Future> fut = rpcTorchscript( in pyRpcTorchscript()