Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuseMulOrDivWithConv2dOrDepthwiseConv2d (0.57 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    // into the convolution op by constant folding
    // the filter/bias and the div/mul op's constant operand.
    // The following pattern restricts to float constant values for now.
    
    multiclass FuseMulOrDivWithConv2dOrDepthwiseConv2d<Op BinaryOp> {
      def FuseMulOrDivWithDepthwiseConv#BinaryOp : Pat<
        (BinaryOp (TFL_DepthwiseConv2DOp:$output $input,
                    (Arith_ConstantOp FloatElementsAttr:$filter),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top