Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLQLSTMLayer.cpp417 …const float cell_to_input_scale = std::pow(2, cell_shift) * lstm_params.cell_to_input_weights()->i… in configure() local
418 …quantization::calculate_quantized_multiplier(cell_to_input_scale, &gemmlowp_info.gemmlowp_multipli… in configure()
826 …const float cell_to_input_scale = std::pow(2, cell_shift) * lstm_params.cell_to_input_weights()->q… in validate() local
827 …MPUTE_RETURN_ON_ERROR(quantization::calculate_quantized_multiplier(cell_to_input_scale, &gemmlowp_… in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEQLSTMLayer.cpp492 …const float cell_to_input_scale = std::pow(2, cell_shift) * lstm_params.cell_to_input_weights()->i… in configure() local
493 …quantization::calculate_quantized_multiplier(cell_to_input_scale, &gemmlowp_info.gemmlowp_multipli… in configure()
926 …const float cell_to_input_scale = std::pow(2, cell_shift) * lstm_params.cell_to_input_weights()->q… in validate() local
927 …MPUTE_RETURN_ON_ERROR(quantization::calculate_quantized_multiplier(cell_to_input_scale, &gemmlowp_… in validate()