Searched refs:effective_input_to_cell_scale_a (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 1380 int32_t effective_input_to_cell_scale_a, in LstmStepInteger8x8_16() argument 1492 effective_input_to_cell_scale_a, effective_input_to_cell_scale_b, in LstmStepInteger8x8_16() 1636 int32_t effective_input_to_cell_scale_a, in LstmStepInteger8x8_8() argument 1706 effective_input_to_cell_scale_a, effective_input_to_cell_scale_b, in LstmStepInteger8x8_8() 2277 integer_lstm_param->effective_input_to_cell_scale_a, in EvalInteger8x8_16() 2376 integer_lstm_param->effective_input_to_cell_scale_a, in EvalInteger8x8_16() 2518 integer_lstm_param->effective_input_to_cell_scale_a, in EvalInteger8x8_8()
|
H A D | lstm_eval.h | 45 int32_t effective_input_to_cell_scale_a; member
|
H A D | lstm_eval_test.cc | 397 integer_lstm_param_.effective_input_to_cell_scale_a = 1648385408; in GetQuantParam()
|
H A D | lstm.cc | 413 &integer_lstm_param->effective_input_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_16() 743 &integer_lstm_param->effective_input_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
H A D | unidirectional_sequence_lstm.cc | 335 &integer_lstm_param->effective_input_to_cell_scale_a, in PopulateQuantizedLstmParams8x8_16()
|