Searched refs:recurrent_to_input_weights_ptr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 102 const float* recurrent_to_input_weights_ptr, in LstmStepWithAuxInput() argument 190 recurrent_to_input_weights_ptr, n_cell, n_output, output_state_ptr, in LstmStepWithAuxInput() 446 const int8_t* recurrent_to_input_weights_ptr, in LstmStepWithAuxInput() argument 619 recurrent_to_input_weights_ptr, n_cell, n_output, in LstmStepWithAuxInput() 940 const float* recurrent_to_input_weights_ptr = in EvalFloat() local 1001 recurrent_to_input_weights_ptr, recurrent_to_forget_weights->data.f, in EvalFloat() 1047 recurrent_to_input_weights_ptr, recurrent_to_forget_weights->data.f, in EvalFloat() 1142 int8_t* recurrent_to_input_weights_ptr = nullptr; in EvalHybrid() local 1148 recurrent_to_input_weights_ptr = in EvalHybrid() 1296 recurrent_to_input_weights_ptr, recurrent_to_input_weights_scale, in EvalHybrid() [all …]
|