Home
last modified time | relevance | path

Searched refs:effective_recurrent_to_forget_scale_b (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc1390 int32_t effective_recurrent_to_forget_scale_b, in LstmStepInteger8x8_16() argument
1482 effective_recurrent_to_forget_scale_b, cell_state_ptr, in LstmStepInteger8x8_16()
1646 int32_t effective_recurrent_to_forget_scale_b, in LstmStepInteger8x8_8() argument
1698 effective_recurrent_to_forget_scale_b, intermediate_scale_a[3], in LstmStepInteger8x8_8()
2287 integer_lstm_param->effective_recurrent_to_forget_scale_b, in EvalInteger8x8_16()
2386 integer_lstm_param->effective_recurrent_to_forget_scale_b, in EvalInteger8x8_16()
2531 integer_lstm_param->effective_recurrent_to_forget_scale_b, in EvalInteger8x8_8()
H A Dlstm_eval.h42 int32_t effective_recurrent_to_forget_scale_b; member
H A Dlstm_eval_test.cc394 integer_lstm_param_.effective_recurrent_to_forget_scale_b = -2; in GetQuantParam()
H A Dlstm.cc408 &integer_lstm_param->effective_recurrent_to_forget_scale_b); in PopulateQuantizedLstmParams8x8_16()
738 &integer_lstm_param->effective_recurrent_to_forget_scale_b); in PopulateQuantizedLstmParams8x8_8()
H A Dunidirectional_sequence_lstm.cc330 &integer_lstm_param->effective_recurrent_to_forget_scale_b); in PopulateQuantizedLstmParams8x8_16()