Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py632 def bound_async_add(self, to, x, y, z): member in AsyncExecutionClass
4198 ret += rref.rpc_sync().bound_async_add(dst2, x, x, y)
4202 ret += rref.rpc_async().bound_async_add(dst2, x, x, y).wait()
4206 ret += rref.remote().bound_async_add(dst2, x, x, y).to_here()