Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc301 float effective_cell_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
387 effective_cell_to_output_scale = std::pow(2, cell_scale) * // NOLINT in PopulateQuantizedLstmParams8x8_16()
425 QuantizeMultiplier(effective_cell_to_output_scale, in PopulateQuantizedLstmParams8x8_16()
603 float effective_cell_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
718 effective_cell_to_output_scale = in PopulateQuantizedLstmParams8x8_8()
755 QuantizeMultiplier(effective_cell_to_output_scale, in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc223 float effective_cell_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
309 effective_cell_to_output_scale = std::pow(2, cell_scale) * // NOLINT in PopulateQuantizedLstmParams8x8_16()
347 QuantizeMultiplier(effective_cell_to_output_scale, in PopulateQuantizedLstmParams8x8_16()