Searched refs:cell_to_input_weights_buffer (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTM.h | 117 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,
|
D | LSTM.cpp | 413 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMEvalFloat32() argument 489 recurrent_to_output_weights_shape, cell_to_input_weights_buffer, in LSTMEvalFloat32() 532 const _Float16* cell_to_input_weights_buffer, const _Float16* cell_to_forget_weights_buffer, in LSTMEvalFloat16() argument 593 if (cell_to_input_weights_buffer != nullptr) { in LSTMEvalFloat16() 594 convertFloat16ToFloat32(cell_to_input_weights_buffer, &cell_to_input_weights_float32); in LSTMEvalFloat16() 773 const Shape& recurrent_to_output_weights_shape, const float* cell_to_input_weights_buffer, in LSTMStep() argument 890 cell_to_input_weights_buffer, n_cell, cell_state_in_buffer, n_batch, in LSTMStep()
|