Searched refs:projection_bias_buffer (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | LSTM.h | 122 const float* projection_weights_buffer, const float* projection_bias_buffer, 150 const _Float16* projection_weights_buffer, const _Float16* projection_bias_buffer, 175 const float* projection_weights_buffer, const float* projection_bias_buffer,
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSTM.cpp | 421 const float* projection_bias_buffer, const float* output_state_in_buffer, in LSTMEvalFloat32() argument 495 projection_weights_buffer, projection_bias_buffer, in LSTMEvalFloat32() 540 const _Float16* projection_bias_buffer, const _Float16* output_state_in_buffer, in LSTMEvalFloat16() argument 646 if (projection_bias_buffer != nullptr) { in LSTMEvalFloat16() 647 convertFloat16ToFloat32(projection_bias_buffer, &projection_bias_float32); in LSTMEvalFloat16() 781 const float* projection_bias_buffer, const float* output_state_in_buffer, in LSTMStep() argument 973 tflite::tensor_utils::VectorBatchVectorAssign(projection_bias_buffer, n_output, n_batch, in LSTMStep()
|