Searched refs:input_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 | 458 …const float input_to_output_scale = input_to_output_weights->info()->quantization_info().unif… in configure() local 461 &_mm_input_to_output_res, &_input_to_output_outstage_res, input_to_output_scale, in configure() 853 …const float input_to_output_scale = input_to_output_weights->quantization_info().uniform().sc… in validate() local 854 …(gemmlowp_info, input, &input_weights_transposed, &eff_bias_info, input_to_output_scale, &mm_out_i… in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEQLSTMLayer.cpp | 533 …const float input_to_output_scale = input_to_output_weights->info()->quantization_info().unif… in configure() local 536 &_mm_input_to_output_res, &_input_to_output_outstage_res, input_to_output_scale, in configure() 953 …const float input_to_output_scale = input_to_output_weights->quantization_info().uniform().sc… in validate() local 954 …(gemmlowp_info, input, &input_weights_transposed, &eff_bias_info, input_to_output_scale, &mm_out_i… in validate()
|