Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RequantizeOpT (0.31 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

    };
    
    // Fold Extra Requantize ops if the preceding ops has free scale requirement.
    template <typename RequantizeOpT>
    struct FoldTrivalRequantizeOp : public OpRewritePattern<RequantizeOpT> {
      explicit FoldTrivalRequantizeOp(MLIRContext* context)
          : OpRewritePattern<RequantizeOpT>(context, 1) {}
    
      LogicalResult matchAndRewrite(RequantizeOpT op,
                                    PatternRewriter& rewriter) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top