Home
last modified time | relevance | path

Searched refs:projection_bias_buffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/common/operations/
DLSTM.h123 const float* projection_weights_buffer, const float* projection_bias_buffer,
151 const _Float16* projection_weights_buffer, const _Float16* projection_bias_buffer,
176 const float* projection_weights_buffer, const float* projection_bias_buffer,
DLSTM.cpp421 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
974 tflite::tensor_utils::VectorBatchVectorAssign(projection_bias_buffer, n_output, n_batch, in LSTMStep()