Searched refs:effective_recurrent_to_output_scale_a (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 1395 int32_t effective_recurrent_to_output_scale_a, in LstmStepInteger8x8_16() argument 1510 recurrent_to_output_effective_bias, effective_recurrent_to_output_scale_a, in LstmStepInteger8x8_16() 1651 int32_t effective_recurrent_to_output_scale_a, in LstmStepInteger8x8_8() 1725 effective_recurrent_to_output_scale_a, in LstmStepInteger8x8_8() 2292 integer_lstm_param->effective_recurrent_to_output_scale_a, in EvalInteger8x8_16() 2391 integer_lstm_param->effective_recurrent_to_output_scale_a, in EvalInteger8x8_16() 2538 integer_lstm_param->effective_recurrent_to_output_scale_a, in EvalInteger8x8_8()
|
H A D | lstm_eval.h | 51 int32_t effective_recurrent_to_output_scale_a; member
|
H A D | lstm_eval_test.cc | 403 integer_lstm_param_.effective_recurrent_to_output_scale_a = 1479582592; in GetQuantParam()
|
H A D | lstm.cc | 423 &integer_lstm_param->effective_recurrent_to_output_scale_a, in PopulateQuantizedLstmParams8x8_16() 753 &integer_lstm_param->effective_recurrent_to_output_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
H A D | unidirectional_sequence_lstm.cc | 345 &integer_lstm_param->effective_recurrent_to_output_scale_a, in PopulateQuantizedLstmParams8x8_16()
|