Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Ddevice_transform.cc176 auto dequantize_func = [&](const APInt& ap_int_value) -> APInt { in matchAndRewrite() argument
177 const int64_t int_value = ap_int_value.getSExtValue(); in matchAndRewrite()