Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc1351 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()
Dlstm_eval.h56 int32_t effective_proj_scale_b; member
Dlstm_eval_test.cc408 integer_lstm_param_.effective_proj_scale_b = -8; in GetQuantParam()
Dlstm.cc429 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_16()
759 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_8()
Dunidirectional_sequence_lstm.cc344 &integer_lstm_param->effective_proj_scale_b); in PopulateQuantizedLstmParams8x8_16()