Home
last modified time | relevance | path

Searched refs:QuantizeConstPattern (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dquantize.cc173 class QuantizeConstPattern : public OpRewritePattern<QuantizeOp> { class
175 explicit QuantizeConstPattern(MLIRContext* context, bool legacy_float_scale) in QuantizeConstPattern() function in mlir::TFL::__anondec5f7f80111::QuantizeConstPattern
270 patterns_2.add<QuantizeConstPattern>(ctx, quant_specs.legacy_float_scale); in runOnOperation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dquantize_composite_functions.cc695 class QuantizeConstPattern class
699 explicit QuantizeConstPattern(MLIRContext* context, in QuantizeConstPattern() function in mlir::quant::__anon3bc95a1d0111::QuantizeConstPattern
797 patterns_2.add<QuantizeConstPattern>(ctx, quantization_method_); in runOnOperation()