Searched refs:effective_cell_to_input_scale_a (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 1398 int32_t effective_cell_to_input_scale_a, in LstmStepInteger8x8_16() 1470 cell_to_input_weight_ptr, effective_cell_to_input_scale_a, in LstmStepInteger8x8_16() 1654 int32_t effective_cell_to_input_scale_a, in LstmStepInteger8x8_8() 2295 integer_lstm_param->effective_cell_to_input_scale_a, in EvalInteger8x8_16() 2394 integer_lstm_param->effective_cell_to_input_scale_a, in EvalInteger8x8_16() 2542 integer_lstm_param->effective_cell_to_input_scale_a, in EvalInteger8x8_8()
|
H A D | lstm_eval.h | 37 int32_t effective_cell_to_input_scale_a; member
|
H A D | lstm_eval_test.cc | 389 integer_lstm_param_.effective_cell_to_input_scale_a = 1073741824; in GetQuantParam()
|
H A D | lstm.cc | 400 &integer_lstm_param->effective_cell_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() 730 &integer_lstm_param->effective_cell_to_input_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
H A D | unidirectional_sequence_lstm.cc | 322 &integer_lstm_param->effective_cell_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
|