Searched refs:effective_recurrent_to_input_scale_a (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.h | 35 int32_t effective_recurrent_to_input_scale_a; member
|
D | lstm_eval.cc | 1330 int32_t effective_recurrent_to_input_scale_a, in LstmStepInteger8x8_16() argument 1412 recurrent_to_input_effective_bias, effective_recurrent_to_input_scale_a, in LstmStepInteger8x8_16() 1584 int32_t effective_recurrent_to_input_scale_a, in LstmStepInteger8x8_8() argument 2219 integer_lstm_param->effective_recurrent_to_input_scale_a, in EvalInteger8x8_16() 2318 integer_lstm_param->effective_recurrent_to_input_scale_a, in EvalInteger8x8_16() 2462 integer_lstm_param->effective_recurrent_to_input_scale_a, in EvalInteger8x8_8()
|
D | lstm_eval_test.cc | 387 integer_lstm_param_.effective_recurrent_to_input_scale_a = 1078887680; in GetQuantParam()
|
D | lstm.cc | 396 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() 726 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 311 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
|