Home
last modified time | relevance | path

Searched defs:check_same_size (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/autograd/_functions/
H A Dutils.py6 def maybe_view(tensor, size, check_same_size=True): argument
12 def maybe_unexpand(tensor, old_size, check_same_size=True): argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupWrapper.cpp374 bool check_same_size(const std::vector<at::Tensor>& input_tensors) { in check_same_size() function
H A DProcessGroupNCCL.cpp2435 bool check_same_size(const std::vector<at::Tensor>& input_tensors) { in checkForNCCLErrorsInternal() function