Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h114 const float* recurrent_to_cell_weights_buffer,
141 const _Float16* recurrent_to_cell_weights_buffer,
167 const float* recurrent_to_cell_weights_buffer,
DLSTM.cpp411 const float* recurrent_to_cell_weights_buffer, in LSTMEvalFloat32() argument
488 recurrent_to_cell_weights_buffer, recurrent_to_output_weights_buffer, in LSTMEvalFloat32()
529 const _Float16* recurrent_to_cell_weights_buffer, in LSTMEvalFloat16() argument
587 convertFloat16ToFloat32(recurrent_to_cell_weights_buffer, &recurrent_to_cell_weights_float32); in LSTMEvalFloat16()
771 const float* recurrent_to_cell_weights_buffer, in LSTMStep() argument
880 recurrent_to_cell_weights_buffer, n_cell, n_output, output_state_in_buffer, n_batch, in LSTMStep()