Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/utils/
H A Drnn.h13 inline Tensor invert_permutation(const Tensor& permutation) { in invert_permutation() function
/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Drnn.py270 def invert_permutation(permutation: Optional[Tensor]) -> Optional[Tensor]: function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc331 bool invert_permutation) { in PermuteNodesInPlace()