Searched refs:effective_proj_scale_a (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1350 const int8_t* projection_weight_ptr, int32_t effective_proj_scale_a, in LstmStepInteger8x8_16() 1466 hidden_zp, projection_weight_ptr, effective_proj_scale_a, in LstmStepInteger8x8_16() 1604 const int8_t* projection_weight_ptr, int32_t effective_proj_scale_a, in LstmStepInteger8x8_8() 1676 projection_weight_ptr, effective_proj_scale_a, effective_proj_scale_b, in LstmStepInteger8x8_8() 2240 integer_lstm_param->effective_proj_scale_a, in EvalInteger8x8_16() 2339 integer_lstm_param->effective_proj_scale_a, in EvalInteger8x8_16() 2490 integer_lstm_param->effective_proj_scale_a, in EvalInteger8x8_8()
|
D | lstm_eval.h | 55 int32_t effective_proj_scale_a; member
|
D | lstm_eval_test.cc | 407 integer_lstm_param_.effective_proj_scale_a = 1105682560; in GetQuantParam()
|
D | lstm.cc | 428 &integer_lstm_param->effective_proj_scale_a, in PopulateQuantizedLstmParams8x8_16() 758 &integer_lstm_param->effective_proj_scale_a, in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 343 &integer_lstm_param->effective_proj_scale_a, in PopulateQuantizedLstmParams8x8_16()
|