Searched refs:output_gate_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 146 tensor_utils::VectorBatchVectorAssign(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 286 tensor_utils::VectorBatchVectorAdd(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 464 const float* cell_bias_ptr, const float* output_gate_bias_ptr, in LstmStepWithAuxInput() 499 tensor_utils::VectorBatchVectorAssign(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 748 tensor_utils::VectorBatchVectorAdd(output_gate_bias_ptr, n_cell, n_batch, in LstmStepWithAuxInput() 1220 const float* output_gate_bias_ptr = output_gate_bias->data.f; in EvalHybrid() local 1306 output_gate_bias_ptr, projection_weights_ptr, in EvalHybrid() 1363 forget_gate_bias_ptr, cell_bias_ptr, output_gate_bias_ptr, in EvalHybrid()
|