Home
last modified time | relevance | path

Searched refs:input_to_forget_weight_ptr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc1320 const int8_t* input_to_forget_weight_ptr, in LstmStepInteger8x8_16() argument
1422 input_ptr, input_to_forget_weight_ptr, input_to_forget_effective_bias, in LstmStepInteger8x8_16()
1574 const int8_t* input_to_forget_weight_ptr, in LstmStepInteger8x8_8() argument
1635 input_ptr, input_zp, input_to_forget_weight_ptr, in LstmStepInteger8x8_8()
Dlstm.cc549 int8_t* input_to_forget_weight_ptr = nullptr; in PopulateQuantizedLstmParams8x8_8() local
651 input_to_forget_weight_ptr = input_to_forget_weights->data.int8; in PopulateQuantizedLstmParams8x8_8()