Searched refs:integer_lstm_param (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | lstm_eval.cc | 2234 const lstm_eval::IntegerLstmParameter* integer_lstm_param, in EvalInteger8x8_16() argument 2271 integer_lstm_param->effective_input_to_input_scale_a, in EvalInteger8x8_16() 2272 integer_lstm_param->effective_input_to_input_scale_b, in EvalInteger8x8_16() 2274 integer_lstm_param->effective_input_to_forget_scale_a, in EvalInteger8x8_16() 2275 integer_lstm_param->effective_input_to_forget_scale_b, in EvalInteger8x8_16() 2277 integer_lstm_param->effective_input_to_cell_scale_a, in EvalInteger8x8_16() 2278 integer_lstm_param->effective_input_to_cell_scale_b, in EvalInteger8x8_16() 2280 integer_lstm_param->effective_input_to_output_scale_a, in EvalInteger8x8_16() 2281 integer_lstm_param->effective_input_to_output_scale_b, in EvalInteger8x8_16() 2283 integer_lstm_param->effective_recurrent_to_input_scale_a, in EvalInteger8x8_16() [all …]
|
H A D | lstm.cc | 56 lstm_eval::IntegerLstmParameter integer_lstm_param; member 144 lstm_eval::IntegerLstmParameter* integer_lstm_param) { in PopulateQuantizedLstmParams8x8_16() argument 162 integer_lstm_param->quantized_cell_clip = static_cast<int16_t>(std::min( in PopulateQuantizedLstmParams8x8_16() 166 integer_lstm_param->quantized_cell_clip = 0; in PopulateQuantizedLstmParams8x8_16() 169 integer_lstm_param->quantized_proj_clip = static_cast<int8_t>(std::min( in PopulateQuantizedLstmParams8x8_16() 172 integer_lstm_param->quantized_proj_clip = 0; in PopulateQuantizedLstmParams8x8_16() 343 integer_lstm_param->cell_scale = cell_scale; in PopulateQuantizedLstmParams8x8_16() 394 &integer_lstm_param->effective_input_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() 395 &integer_lstm_param->effective_input_to_input_scale_b); in PopulateQuantizedLstmParams8x8_16() 397 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() [all …]
|
H A D | unidirectional_sequence_lstm.cc | 46 lstm_eval::IntegerLstmParameter integer_lstm_param; member 51 lstm_eval::IntegerLstmParameter* integer_lstm_param) { in PopulateQuantizedLstmParams8x8_16() argument 75 integer_lstm_param->quantized_cell_clip = static_cast<int16_t>(std::min( in PopulateQuantizedLstmParams8x8_16() 79 integer_lstm_param->quantized_cell_clip = 0; in PopulateQuantizedLstmParams8x8_16() 82 integer_lstm_param->quantized_proj_clip = static_cast<int8_t>(std::min( in PopulateQuantizedLstmParams8x8_16() 85 integer_lstm_param->quantized_proj_clip = 0; in PopulateQuantizedLstmParams8x8_16() 265 integer_lstm_param->cell_scale = cell_scale; in PopulateQuantizedLstmParams8x8_16() 316 &integer_lstm_param->effective_input_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() 317 &integer_lstm_param->effective_input_to_input_scale_b); in PopulateQuantizedLstmParams8x8_16() 319 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16() [all …]
|
H A D | lstm_eval.h | 192 const lstm_eval::IntegerLstmParameter* integer_lstm_param, 219 const lstm_eval::IntegerLstmParameter* integer_lstm_param,
|