Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h115 const float* recurrent_to_output_weights_buffer,
142 const _Float16* recurrent_to_output_weights_buffer,
168 const float* recurrent_to_output_weights_buffer,
DLSTM.cpp369 const float* recurrent_to_output_weights_buffer, in LSTMEvalFloat32() argument
445 recurrent_to_cell_weights_buffer, recurrent_to_output_weights_buffer, in LSTMEvalFloat32()
487 const _Float16* recurrent_to_output_weights_buffer, in LSTMEvalFloat16() argument
546 convertFloat16ToFloat32(recurrent_to_output_weights_buffer, in LSTMEvalFloat16()
729 const float* recurrent_to_output_weights_buffer, in LSTMStep() argument
840 recurrent_to_output_weights_buffer, n_cell, n_output, output_state_in_buffer, n_batch, in LSTMStep()