Searched refs:recurrent_to_output_scale (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLQLSTMLayer.cpp | 464 …const float recurrent_to_output_scale = recurrent_to_output_weights->info()->quantization_info().u… in configure() local 467 … &_mm_recurrent_to_output_res, &_recurrent_to_output_outstage_res, recurrent_to_output_scale, in configure() 856 …const float recurrent_to_output_scale = recurrent_to_output_weights->quantization_info().uniform()… in validate() local 857 …output_state_in, &recurrent_weights_transposed, &eff_bias_info, recurrent_to_output_scale, &mm_out… in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEQLSTMLayer.cpp | 539 …const float recurrent_to_output_scale = recurrent_to_output_weights->info()->quantization_info().u… in configure() local 542 … &_mm_recurrent_to_output_res, &_recurrent_to_output_outstage_res, recurrent_to_output_scale, in configure() 956 …const float recurrent_to_output_scale = recurrent_to_output_weights->quantization_info().uniform()… in validate() local 957 …output_state_in, &recurrent_weights_transposed, &eff_bias_info, recurrent_to_output_scale, &mm_out… in validate()
|