Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dquantize_composite_functions.cc573 const llvm::Twine quantized_function_name = llvm::Twine( in matchAndRewrite() local
576 symbol_table.lookup(quantized_function_name.str())); in matchAndRewrite()
648 const std::string quantized_function_name = in mergeDequantizeOpFollowingQuantizedFunction() local
652 dyn_cast<func::FuncOp>(symbol_table.lookup(quantized_function_name)); in mergeDequantizeOpFollowingQuantizedFunction()