Searched refs:recurrent_to_input_scale (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLQLSTMLayer.cpp | 403 …const float recurrent_to_input_scale = _recurrent_to_input_weights->info()->quantization_info().un… in configure() local 406 … &_mm_recurrent_to_input_res, &_recurrent_to_input_outstage_res, recurrent_to_input_scale, in configure() 817 …const float recurrent_to_input_scale = lstm_params.recurrent_to_input_weights()->quantization_info… in validate() local 818 …output_state_in, &recurrent_weights_transposed, &eff_bias_info, recurrent_to_input_scale, &mm_out_… in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEQLSTMLayer.cpp | 479 …const float recurrent_to_input_scale = _recurrent_to_input_weights->info()->quantization_info().un… in configure() local 482 … &_mm_recurrent_to_input_res, &_recurrent_to_input_outstage_res, recurrent_to_input_scale, in configure() 917 …const float recurrent_to_input_scale = lstm_params.recurrent_to_input_weights()->quantization_info… in validate() local 918 …output_state_in, &recurrent_weights_transposed, &eff_bias_info, recurrent_to_input_scale, &mm_out_… in validate()
|