Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for permutation (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_InvertPermutationOp : TF_Op<"InvertPermutation", [Pure]> {
      let summary = "Computes the inverse permutation of a tensor.";
    
      let description = [{
    This operation computes the inverse of an index permutation. It takes a 1-D
    integer tensor `x`, which represents the indices of a zero-based array, and
    swaps each value with its index position. In other words, for an output tensor
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top