Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AffineOpType (0.3 sec)

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

    // Fuse Binary Op with following Affine operation.
    template <typename AffineOpType>
    struct FuseBinaryOpToFollowingAffineOp : public OpRewritePattern<AffineOpType> {
      using OpRewritePattern<AffineOpType>::OpRewritePattern;
    
      LogicalResult matchAndRewrite(AffineOpType fc_op,
                                    PatternRewriter &rewriter) const override {
        // Binary op.
    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