Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasPadding (1.58 sec)

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

      }
    
      LogicalResult MatchMaxPoolReduceWindowOp(
          mlir::stablehlo::ReduceWindowOp op) const {
        // TODO: b/321099943 - Support explicit padding.
        if (HasPadding(op)) return failure();
    
        // Check that the reduce-window body is a max operation.
        return success(IsMaxFunction(op.getBody().front()));
      }
    
    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