Home
last modified time | relevance | path

Searched defs:output_state_zp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc311 const int32_t* output_state_zp, const int8_t* recurrent_to_gate_weights, in CalculateLstmGateHybrid()
622 int32_t output_state_zp, int8_t quantized_proj_clip, int8_t* output_state, in CalculateLstmOutputInteger8x8_16()
659 const int8_t* output_state, const int32_t output_state_zp, in CalculateLstmGateInteger8x8_8()
728 int32_t output_state_zp, int32_t quantized_proj_clip, int8_t* output_state, in CalculateLstmOutputInteger8x8_8()
977 inline void LstmStepHybrid( in LstmStepHybrid()
1316 inline void LstmStepInteger8x8_16( in LstmStepInteger8x8_16()
1569 inline void LstmStepInteger8x8_8( in LstmStepInteger8x8_8()
1868 TfLiteStatus EvalHybrid( in EvalHybrid()
2191 int output_state_zp = output_state->params.zero_point; in EvalInteger8x8_16() local
2429 const int32_t output_state_zp = output_state->params.zero_point; in EvalInteger8x8_8() local
Dlstm.cc607 int output_state_zp = 0; in PopulateQuantizedLstmParams8x8_8() local
1583 TfLiteTensor* output_state_zp; in Prepare() local
Dunidirectional_sequence_lstm.cc1125 TfLiteTensor* output_state_zp; in Prepare() local
Dbidirectional_sequence_lstm.cc880 TfLiteTensor* output_state_zp; in Prepare() local