Home
last modified time | relevance | path

Searched defs:wait_tensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFunctional.cpp299 at::Tensor wait_tensor(const at::Tensor& tensor) { in wait_tensor() function
/aosp_15_r20/external/pytorch/torch/distributed/
H A D_functional_collectives.py134 def wait_tensor(tensor): function