Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h117 const float* cell_to_input_weights_buffer, const float* cell_to_forget_weights_buffer,
144 const _Float16* cell_to_input_weights_buffer,
170 const float* cell_to_input_weights_buffer, const float* cell_to_forget_weights_buffer,
DLSTM.cpp370 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMEvalFloat32() argument
446 recurrent_to_output_weights_shape, cell_to_input_weights_buffer, in LSTMEvalFloat32()
489 const _Float16* cell_to_input_weights_buffer, const _Float16* cell_to_forget_weights_buffer, in LSTMEvalFloat16() argument
550 if (cell_to_input_weights_buffer != nullptr) { in LSTMEvalFloat16()
551 convertFloat16ToFloat32(cell_to_input_weights_buffer, &cell_to_input_weights_float32); in LSTMEvalFloat16()
730 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMStep() argument
847 cell_to_input_weights_buffer, n_cell, cell_state_in_buffer, n_batch, in LSTMStep()