Searched defs:apply_permutation (Results 1 – 5 of 5) sorted by relevance
41 apply_permutation(RandomAccessIterator1 item_begin, RandomAccessIterator1 item_end, in apply_permutation() function103 apply_permutation(Range1& item_range, Range2& ind_range) in apply_permutation() function
44 def apply_permutation(tensor: Tensor, permutation: Tensor, dim: int = 1) -> Tensor: function
43 static Tensor apply_permutation( in apply_permutation() function
37 def apply_permutation(tensor: Tensor, permutation: Tensor, dim: int = 1) -> Tensor: function
1260 auto apply_permutation = [&] (DimVector & vec) { in _fft_fill_with_conjugate_symmetry_() local