Home
last modified time | relevance | path

Searched defs:q_max (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/quantized/cpu/
Dqmul.cpp203 int64_t q_max = std::numeric_limits<underlying_t>::max(); in _mul_scalar_out() local
260 int64_t q_max = std::numeric_limits<c10::qint8::underlying>::max(); in run() local
DBinaryOps.cpp95 int64_t q_max = std::numeric_limits<underlying_t>::max(); in _add_scalar_out() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc665 const int32_t q_max = std::numeric_limits<int8_t>::max(); in RequantizeConstant() local
/external/libaom/av1/encoder/
Dtpl_model.c2359 int q_max = 255; // Maximum q value. in av1_vbr_rc_info_estimate_base_q() local