Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatchReduceOpOperand (0.28 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      using OpConversionPattern::OpConversionPattern;
    
      LogicalResult matchAndRewrite(
          mhlo::ReduceOp reduce_op, OpAdaptor adaptor,
          ConversionPatternRewriter& rewriter) const final {
        if (failed(MatchReduceOpOperand(reduce_op))) return failure();
    
        if (failed(MatchBinaryReduceFunction<BinaryOp>(reduce_op.getBody())))
          return failure();
    
        auto operand = reduce_op.getInputs()[0];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top