Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h118 const float* cell_to_output_weights_buffer, const float* aux_input_buffer,
146 const _Float16* cell_to_output_weights_buffer, const _Float16* aux_input_buffer,
171 const float* cell_to_output_weights_buffer, const float* aux_input_buffer,
DLSTM.cpp414 const float* cell_to_forget_weights_buffer, const float* cell_to_output_weights_buffer, in LSTMEvalFloat32() argument
490 cell_to_forget_weights_buffer, cell_to_output_weights_buffer, in LSTMEvalFloat32()
533 const _Float16* cell_to_output_weights_buffer, const _Float16* aux_input_buffer, in LSTMEvalFloat16() argument
601 if (cell_to_output_weights_buffer != nullptr) { in LSTMEvalFloat16()
602 convertFloat16ToFloat32(cell_to_output_weights_buffer, &cell_to_output_weights_float32); in LSTMEvalFloat16()
774 const float* cell_to_forget_weights_buffer, const float* cell_to_output_weights_buffer, in LSTMStep() argument
951 tflite::tensor_utils::VectorBatchVectorCwiseProductAccumulate(cell_to_output_weights_buffer, in LSTMStep()