Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/distributed/tensor/parallel/
H A Dtest_tp_random_state.py29 def check_gathered_tensors(self, self_rank, size, gathered_tensors, assertFunc): argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupWrapper.cpp167 const std::vector<at::Tensor> gathered_tensors = output_tensors[i]; in verify_tensors() local