Home
last modified time | relevance | path

Searched defs:invert_perm (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_gemm.py294 def invert_perm(p): function
426 def invert_perm(p): function
529 def invert_perm(p): function
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_dropout.py149 def invert_perm(p): function
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py563 def invert_perm(perm): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py6801 def invert_perm(p): function
6916 def invert_perm(p): function
6987 def invert_perm(p): function
H A Dtest_torch.py10463 def invert_perm(p): function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIterator.cpp561 DimVector TensorIteratorBase::invert_perm(IntArrayRef input) const { in invert_perm() function in at::TensorIteratorBase