Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsTransposeOpWithPermuation (0.31 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/defer_activation_transpose.cc

    using ::mlir::stablehlo::MaxOp;
    using ::mlir::stablehlo::TransposeOp;
    
    // Returns `success()` if `op` is a `TransposeOp` with permutation attribute
    // equivalent to `permuation`.
    LogicalResult IsTransposeOpWithPermuation(absl::Nullable<Operation*> op,
                                              const ArrayRef<int64_t> permutation) {
      auto transpose_op = dyn_cast_or_null<TransposeOp>(op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top