Searched refs:cell_bias_ptr (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 114 const float* cell_bias_ptr, const float* output_gate_bias_ptr, in LstmStepWithAuxInput() argument 144 tensor_utils::VectorBatchVectorAssign(cell_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 254 tensor_utils::VectorBatchVectorAdd(cell_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 464 const float* cell_bias_ptr, const float* output_gate_bias_ptr, in LstmStepWithAuxInput() 497 tensor_utils::VectorBatchVectorAssign(cell_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 711 tensor_utils::VectorBatchVectorAdd(cell_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 1219 const float* cell_bias_ptr = cell_bias->data.f; in EvalHybrid() local 1305 input_gate_bias_ptr, forget_gate_bias_ptr, cell_bias_ptr, in EvalHybrid() 1363 forget_gate_bias_ptr, cell_bias_ptr, output_gate_bias_ptr, in EvalHybrid()
|