Searched refs:effective_recurrent_to_cell_scale_a (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1336 int32_t effective_recurrent_to_cell_scale_a, in LstmStepInteger8x8_16() argument 1438 recurrent_to_cell_effective_bias, effective_recurrent_to_cell_scale_a, in LstmStepInteger8x8_16() 1590 int32_t effective_recurrent_to_cell_scale_a, in LstmStepInteger8x8_8() argument 1651 effective_recurrent_to_cell_scale_a, effective_recurrent_to_cell_scale_b, in LstmStepInteger8x8_8() 2225 integer_lstm_param->effective_recurrent_to_cell_scale_a, in EvalInteger8x8_16() 2324 integer_lstm_param->effective_recurrent_to_cell_scale_a, in EvalInteger8x8_16() 2470 integer_lstm_param->effective_recurrent_to_cell_scale_a, in EvalInteger8x8_8()
|
D | lstm_eval.h | 47 int32_t effective_recurrent_to_cell_scale_a; member
|
D | lstm_eval_test.cc | 399 integer_lstm_param_.effective_recurrent_to_cell_scale_a = 1185544192, in GetQuantParam()
|
D | lstm.cc | 415 &integer_lstm_param->effective_recurrent_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_16() 745 &integer_lstm_param->effective_recurrent_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 330 &integer_lstm_param->effective_recurrent_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_16()
|