Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFRQuantScaleFactorOp (0.52 sec)

  1. tensorflow/compiler/mlir/tfr/ir/tfr_ops.cc

        return success();
      }
    };
    
    // TODO(b/193731721): Migrate tfr_ builtin canonicalizations to LowerTFROpPass
    class RemoveScaleFactorOp : public OpRewritePattern<TFRQuantScaleFactorOp> {
      using OpRewritePattern<TFRQuantScaleFactorOp>::OpRewritePattern;
    
     public:
      // Replace quant_scale_factor with constant tensor equivalent to
      // TFR_ConstantTensorOp (
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 21 16:55:41 UTC 2023
    - 38.2K bytes
    - Viewed (0)
Back to top