Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc300 float effective_recurrent_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
368 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_16()
422 effective_recurrent_to_output_scale, in PopulateQuantizedLstmParams8x8_16()
602 float effective_recurrent_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
705 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_8()
752 effective_recurrent_to_output_scale, in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc222 float effective_recurrent_to_output_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
290 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_16()
344 effective_recurrent_to_output_scale, in PopulateQuantizedLstmParams8x8_16()