Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteNonMatchInitValue (0.2 sec)

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

    // TfReduceOp and there is no corresponding TfBinaryOp.
    template <>
    LogicalResult rewriteNonMatchInitValue<TF::MaxOp, void>(
        mhlo::ReduceOp reduce_op, Value input, TF::ConstOp reduction_indices,
        ConversionPatternRewriter& rewriter) {
      return failure();
    }
    
    template <>
    LogicalResult rewriteNonMatchInitValue<TF::MinOp, void>(
        mhlo::ReduceOp reduce_op, Value input, TF::ConstOp reduction_indices,
    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