Searched refs:cell_to_output_weights_ptr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 108 const float* cell_to_output_weights_ptr, in LstmStepWithAuxInput() argument 124 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() 276 cell_to_output_weights_ptr, n_cell, cell_state_ptr, n_batch, in LstmStepWithAuxInput() 457 const int8_t* cell_to_output_weights_ptr, in LstmStepWithAuxInput() 478 const bool use_peephole = (cell_to_output_weights_ptr != nullptr); in LstmStepWithAuxInput() 734 tensor_utils::VectorScalarMultiply(cell_to_output_weights_ptr, n_cell, in LstmStepWithAuxInput() 948 const float* cell_to_output_weights_ptr = in EvalFloat() local 1004 cell_to_forget_weights_ptr, cell_to_output_weights_ptr, in EvalFloat() 1050 cell_to_forget_weights_ptr, cell_to_output_weights_ptr, in EvalFloat() 1157 int8_t* cell_to_output_weights_ptr = nullptr; in EvalHybrid() local [all …]
|