Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/jit/
H A Drpc_test.py112 worker_name(dst_rank), script_check_rref_confirmed, args=(rref,)
121 worker_name(dst_rank), script_check_rref_confirmed, args=(rref,)
838 def script_check_rref_confirmed(rref: RRef[Tensor]) -> bool: function