Searched refs:effective_input_to_forget_scale_a (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1321 int32_t effective_input_to_forget_scale_a, in LstmStepInteger8x8_16() argument 1423 effective_input_to_forget_scale_a, effective_input_to_forget_scale_b, in LstmStepInteger8x8_16() 1575 int32_t effective_input_to_forget_scale_a, in LstmStepInteger8x8_8() argument 1636 effective_input_to_forget_scale_a, effective_input_to_forget_scale_b, in LstmStepInteger8x8_8() 2210 integer_lstm_param->effective_input_to_forget_scale_a, in EvalInteger8x8_16() 2309 integer_lstm_param->effective_input_to_forget_scale_a, in EvalInteger8x8_16() 2450 integer_lstm_param->effective_input_to_forget_scale_a, in EvalInteger8x8_8()
|
D | lstm_eval.h | 39 int32_t effective_input_to_forget_scale_a; member
|
D | lstm_eval_test.cc | 391 integer_lstm_param_.effective_input_to_forget_scale_a = 1845996800; in GetQuantParam()
|
D | lstm.cc | 402 &integer_lstm_param->effective_input_to_forget_scale_a, in PopulateQuantizedLstmParams8x8_16() 732 &integer_lstm_param->effective_input_to_forget_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 317 &integer_lstm_param->effective_input_to_forget_scale_a, in PopulateQuantizedLstmParams8x8_16()
|