Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm.cc280 float recurrent_to_output_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
338 recurrent_to_output_weight_scale = recurrent_to_output_weights->params.scale; in PopulateQuantizedLstmParams8x8_16()
368 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_16()
583 float recurrent_to_output_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_8() local
663 recurrent_to_output_weight_scale = recurrent_to_output_weights->params.scale; in PopulateQuantizedLstmParams8x8_8()
705 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc202 float recurrent_to_output_weight_scale = default_scale; in PopulateQuantizedLstmParams8x8_16() local
260 recurrent_to_output_weight_scale = recurrent_to_output_weights->params.scale; in PopulateQuantizedLstmParams8x8_16()
290 effective_recurrent_to_output_scale = recurrent_to_output_weight_scale * in PopulateQuantizedLstmParams8x8_16()