Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc648 int32_t lhs_zeropoint, rhs_zeropoint, result_zeropoint; in convertConcatV2Op() local
658 lhs_zeropoint = lhs_quant_type.getZeroPoint(); in convertConcatV2Op()
670 lhs_scale / result_scale, lhs_zeropoint, in convertConcatV2Op()