Searched refs:recurrent_to_forget_weights_ptr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 103 const float* recurrent_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 194 recurrent_to_forget_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput() 448 const int8_t* recurrent_to_forget_weights_ptr, in LstmStepWithAuxInput() argument 629 recurrent_to_forget_weights_ptr, n_cell, n_output, in LstmStepWithAuxInput() 1206 const int8_t* recurrent_to_forget_weights_ptr = in EvalHybrid() local 1297 recurrent_to_forget_weights_ptr, recurrent_to_forget_weights_scale, in EvalHybrid() 1353 recurrent_to_input_weights_scale, recurrent_to_forget_weights_ptr, in EvalHybrid()
|