Searched refs:quantized_cell_clip (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1363 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()
|
D | lstm_eval.h | 68 int16_t quantized_cell_clip; member
|
D | lstm.cc | 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() 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()
|
D | unidirectional_sequence_lstm.cc | 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()
|
D | lstm_eval_test.cc | 419 integer_lstm_param_.quantized_cell_clip = 20480; in GetQuantParam()
|