Searched refs:hidden_zp (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.h | 70 int32_t hidden_zp; member
|
D | lstm_eval.cc | 619 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()
|
D | unidirectional_sequence_lstm.cc | 361 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()
|
D | lstm.cc | 446 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()
|
D | lstm_eval_test.cc | 426 integer_lstm_param_.hidden_zp = 0; in GetQuantParam()
|