Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dpost_quantize.cc69 struct RemoveVolatileOps struct
71 explicit RemoveVolatileOps(MLIRContext* context) in RemoveVolatileOps() argument
74 LogicalResult matchAndRewrite(quantfork::DequantizeCastOp op, in matchAndRewrite()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dpost_quantize.cc156 struct RemoveVolatileOps : public OpRewritePattern<DequantizeOp> { struct
157 explicit RemoveVolatileOps(MLIRContext* context) in RemoveVolatileOps() function
160 LogicalResult matchAndRewrite(DequantizeOp op, in matchAndRewrite()