Home
last modified time | relevance | path

Searched refs:quantized_cell_clip (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc1363 int16_t quantized_cell_clip, int8_t quantized_proj_clip, in LstmStepInteger8x8_16()
1448 cell_gate_scratch, use_cifg, quantized_cell_clip); in LstmStepInteger8x8_16()
1617 const int32_t* intermediate_zp, int16_t quantized_cell_clip, in LstmStepInteger8x8_8()
1660 /*use_cifg=*/true, quantized_cell_clip); in LstmStepInteger8x8_8()
2261 integer_lstm_param->quantized_cell_clip, in EvalInteger8x8_16()
2360 integer_lstm_param->quantized_cell_clip, in EvalInteger8x8_16()
2518 integer_lstm_param->quantized_cell_clip, in EvalInteger8x8_8()
Dlstm_eval.h68 int16_t quantized_cell_clip; member
Dlstm.cc161 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()
821 integer_lstm_param->quantized_cell_clip = static_cast<int16_t>(std::min( in PopulateQuantizedLstmParams8x8_8()
825 integer_lstm_param->quantized_cell_clip = 0; in PopulateQuantizedLstmParams8x8_8()
Dunidirectional_sequence_lstm.cc70 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()
Dlstm_eval_test.cc419 integer_lstm_param_.quantized_cell_clip = 20480; in GetQuantParam()