Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc299 float effective_input_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
366 effective_input_to_output_scale = in PopulateQuantizedLstmParams8x8_16()
418 QuantizeMultiplier(effective_input_to_output_scale, in PopulateQuantizedLstmParams8x8_16()
601 float effective_input_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
703 effective_input_to_output_scale = in PopulateQuantizedLstmParams8x8_8()
748 QuantizeMultiplier(effective_input_to_output_scale, in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc221 float effective_input_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
288 effective_input_to_output_scale = in PopulateQuantizedLstmParams8x8_16()
340 QuantizeMultiplier(effective_input_to_output_scale, in PopulateQuantizedLstmParams8x8_16()