Home
last modified time | relevance | path

Searched refs:inverse_permutation_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlegalize_hlo.cc127 llvm::SmallVector<int64_t> inverse_permutation_array( in GetInversePermutationArray() local
131 inverse_permutation_array[permutation_array[i]] = i; in GetInversePermutationArray()
133 return inverse_permutation_array; in GetInversePermutationArray()
141 SmallVector<int64_t, 4> inverse_permutation_array = in GetInversePermutation() local
144 RankedTensorType::get(inverse_permutation_array.size(), in GetInversePermutation()
146 inverse_permutation_array); in GetInversePermutation()
154 SmallVector<int64_t, 4> inverse_permutation_array = in GetInversePermutationAndShape() local
156 return GetPermutationAndTransposedShape(inverse_permutation_array, input_type, in GetInversePermutationAndShape()