Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetInversePermutationArray (0.32 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/util.h

                               ArrayRef<int64_t> const_value, Type type);
    
    // Returns the inverse permutation array for a permutation array.
    llvm::SmallVector<int64_t> GetInversePermutationArray(
        llvm::ArrayRef<int64_t> permutation_array);
    
    // Returns the DenseIntElementsAttr for an inverse permutation given a
    // permutation_array.
    DenseIntElementsAttr GetInversePermutation(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 08 11:35:25 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top