Searched refs:effective_proj_scale_b (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 1351 int32_t effective_proj_scale_b, int32_t hidden_zp, in LstmStepInteger8x8_16() 1467 effective_proj_scale_b, projection_effective_bias, output_state_zp, in LstmStepInteger8x8_16() 1605 int32_t effective_proj_scale_b, const int16_t* layer_norm_input_weight_ptr, in LstmStepInteger8x8_8() 1676 projection_weight_ptr, effective_proj_scale_a, effective_proj_scale_b, in LstmStepInteger8x8_8() 2241 integer_lstm_param->effective_proj_scale_b, in EvalInteger8x8_16() 2340 integer_lstm_param->effective_proj_scale_b, in EvalInteger8x8_16() 2491 integer_lstm_param->effective_proj_scale_b, in EvalInteger8x8_8()
|
D | lstm_eval.h | 56 int32_t effective_proj_scale_b; member
|
D | lstm_eval_test.cc | 408 integer_lstm_param_.effective_proj_scale_b = -8; in GetQuantParam()
|
D | lstm.cc | 429 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_16() 759 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_8()
|
D | unidirectional_sequence_lstm.cc | 344 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_16()
|