Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc293 float effective_cell_to_input_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
380 effective_cell_to_input_scale = std::pow(2, cell_scale) * // NOLINT in PopulateQuantizedLstmParams8x8_16()
399 QuantizeMultiplier(effective_cell_to_input_scale, in PopulateQuantizedLstmParams8x8_16()
595 float effective_cell_to_input_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
713 effective_cell_to_input_scale = in PopulateQuantizedLstmParams8x8_8()
729 QuantizeMultiplier(effective_cell_to_input_scale, in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc215 float effective_cell_to_input_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
302 effective_cell_to_input_scale = std::pow(2, cell_scale) * // NOLINT in PopulateQuantizedLstmParams8x8_16()
321 QuantizeMultiplier(effective_cell_to_input_scale, in PopulateQuantizedLstmParams8x8_16()