Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuseAffinOpAndMulWithQDQs (1.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        // Remove the tailing mul op.
        mul_op.replaceAllUsesWith(fc_op.getResult());
        return success();
      }
    };
    
    using FuseConv2DAndMulWithQDQs = FuseAffinOpAndMulWithQDQs<TFL::Conv2DOp>;
    using FuseDepthwiseConv2DAndMulWithQDQs =
        FuseAffinOpAndMulWithQDQs<TFL::DepthwiseConv2DOp>;
    
    // Fuse Binary Op with following Affine operation.
    template <typename AffineOpType>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top