Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.h70 int32_t hidden_zp; member
Dlstm_eval.cc619 int32_t hidden_scale_a, int32_t hidden_scale_b, int32_t hidden_zp, in CalculateLstmOutputInteger8x8_16() argument
629 n_batch, n_cell, hidden_zp, scratch1); in CalculateLstmOutputInteger8x8_16()
1351 int32_t effective_proj_scale_b, int32_t hidden_zp, in LstmStepInteger8x8_16()
1466 hidden_zp, projection_weight_ptr, effective_proj_scale_a, in LstmStepInteger8x8_16()
2242 integer_lstm_param->hidden_zp, in EvalInteger8x8_16()
2341 integer_lstm_param->hidden_zp, in EvalInteger8x8_16()
Dunidirectional_sequence_lstm.cc361 integer_lstm_param->hidden_zp = intermediate_zp[4]; in PopulateQuantizedLstmParams8x8_16()
765 const int32_t hidden_zp = params->zero_point->data[0]; in PopulatePrecomputedZPTimesWeightsWithBias() local
840 context, hidden_zp, projection_weights, projection_bias, in PopulatePrecomputedZPTimesWeightsWithBias()
Dlstm.cc446 integer_lstm_param->hidden_zp = intermediate_zp[4]; in PopulateQuantizedLstmParams8x8_16()
1206 const int32_t hidden_zp = params->zero_point->data[0]; in PopulatePrecomputedZPTimesWeightsWithBias() local
1275 context, hidden_zp, projection_weights, projection_bias, in PopulatePrecomputedZPTimesWeightsWithBias()
Dlstm_eval_test.cc426 integer_lstm_param_.hidden_zp = 0; in GetQuantParam()