Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transpose_conv (0.56 sec)

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

             (Arith_ConstantOp $value), TFL_AF_None),
          $padding, $stride_h, $stride_w, $act_fn),
        [(CanFuseConvOrDepthwiseConv<"false"> $weights, $value),
         (HasOneUse $output)]>;
      // Fuse for TransposeConv with no bias
      def FuseBinaryOpWithTransposeConvNoneBias#binaryOp : Pat<
        (binaryOp (TFL_TransposeConvOp:$output $output_shape, $weights, $input,
                    $bias, $padding,
    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