Home
last modified time | relevance | path

Searched refs:integer_lstm_param (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc2170 const lstm_eval::IntegerLstmParameter* integer_lstm_param, in EvalInteger8x8_16() argument
2207 integer_lstm_param->effective_input_to_input_scale_a, in EvalInteger8x8_16()
2208 integer_lstm_param->effective_input_to_input_scale_b, in EvalInteger8x8_16()
2210 integer_lstm_param->effective_input_to_forget_scale_a, in EvalInteger8x8_16()
2211 integer_lstm_param->effective_input_to_forget_scale_b, in EvalInteger8x8_16()
2213 integer_lstm_param->effective_input_to_cell_scale_a, in EvalInteger8x8_16()
2214 integer_lstm_param->effective_input_to_cell_scale_b, in EvalInteger8x8_16()
2216 integer_lstm_param->effective_input_to_output_scale_a, in EvalInteger8x8_16()
2217 integer_lstm_param->effective_input_to_output_scale_b, in EvalInteger8x8_16()
2219 integer_lstm_param->effective_recurrent_to_input_scale_a, in EvalInteger8x8_16()
[all …]
Dlstm.cc56 lstm_eval::IntegerLstmParameter integer_lstm_param; member
143 lstm_eval::IntegerLstmParameter* integer_lstm_param) { in PopulateQuantizedLstmParams8x8_16() argument
161 integer_lstm_param->quantized_cell_clip = static_cast<int16_t>(std::min( in PopulateQuantizedLstmParams8x8_16()
165 integer_lstm_param->quantized_cell_clip = 0; in PopulateQuantizedLstmParams8x8_16()
168 integer_lstm_param->quantized_proj_clip = static_cast<int8_t>(std::min( in PopulateQuantizedLstmParams8x8_16()
171 integer_lstm_param->quantized_proj_clip = 0; in PopulateQuantizedLstmParams8x8_16()
342 integer_lstm_param->cell_scale = cell_scale; in PopulateQuantizedLstmParams8x8_16()
393 &integer_lstm_param->effective_input_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
394 &integer_lstm_param->effective_input_to_input_scale_b); in PopulateQuantizedLstmParams8x8_16()
396 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
[all …]
Dunidirectional_sequence_lstm.cc45 lstm_eval::IntegerLstmParameter integer_lstm_param; member
50 lstm_eval::IntegerLstmParameter* integer_lstm_param) { in PopulateQuantizedLstmParams8x8_16() argument
70 integer_lstm_param->quantized_cell_clip = static_cast<int16_t>(std::min( in PopulateQuantizedLstmParams8x8_16()
74 integer_lstm_param->quantized_cell_clip = 0; in PopulateQuantizedLstmParams8x8_16()
77 integer_lstm_param->quantized_proj_clip = static_cast<int8_t>(std::min( in PopulateQuantizedLstmParams8x8_16()
80 integer_lstm_param->quantized_proj_clip = 0; in PopulateQuantizedLstmParams8x8_16()
257 integer_lstm_param->cell_scale = cell_scale; in PopulateQuantizedLstmParams8x8_16()
308 &integer_lstm_param->effective_input_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
309 &integer_lstm_param->effective_input_to_input_scale_b); in PopulateQuantizedLstmParams8x8_16()
311 &integer_lstm_param->effective_recurrent_to_input_scale_a, in PopulateQuantizedLstmParams8x8_16()
[all …]
Dlstm_eval.h192 const lstm_eval::IntegerLstmParameter* integer_lstm_param,
219 const lstm_eval::IntegerLstmParameter* integer_lstm_param,