Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp170 const uint32_t n_fw_cell = SizeOfDimension(fw_input_to_output_weights_, 0); in Prepare() local
175 NN_CHECK_EQ(SizeOfDimension(fw_recurrent_to_output_weights_, 0), n_fw_cell); in Prepare()
188 fw_output_layer_norm_weights_, n_input, n_fw_output, n_fw_cell, &params_)) { in Prepare()
254 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 3}; in Prepare()
257 fw_scratch_shape_.dimensions = {n_batch, n_fw_cell * 4}; in Prepare()