Home
last modified time | relevance | path

Searched defs:DropFakeQuant (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
H A Dtfl_ops.cc2215 struct DropFakeQuant : public RewritePattern { struct
2216 explicit DropFakeQuant(MLIRContext *context) in DropFakeQuant() argument
2219 LogicalResult match(Operation *op) const override { in match()
2232 void rewrite(Operation *op, PatternRewriter &rewriter) const override { in rewrite()