Searched refs:aux_input_to_forget_weights_ptr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 99 const float* aux_input_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 177 aux_input_to_forget_weights_ptr, n_cell, n_aux_input, in LstmStepWithAuxInput() 440 const int8_t* aux_input_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 579 aux_input_to_forget_weights_ptr, n_cell, n_input, in LstmStepWithAuxInput() 966 float* aux_input_to_forget_weights_ptr = nullptr; in EvalFloat() local 973 aux_input_to_forget_weights_ptr = aux_input_to_forget_weights->data.f; in EvalFloat() 999 aux_input_to_input_weights_ptr, aux_input_to_forget_weights_ptr, in EvalFloat() 1045 aux_input_to_input_weights_ptr, aux_input_to_forget_weights_ptr, in EvalFloat() 1240 int8_t* aux_input_to_forget_weights_ptr = nullptr; in EvalHybrid() local 1252 aux_input_to_forget_weights_ptr = in EvalHybrid() [all …]
|