Searched refs:n_bw_cell (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | BidirectionalSequenceLSTM.cpp | 281 const uint32_t n_bw_cell = SizeOfDimension(bw_input_to_output_weights_, 0); in Prepare() local 284 NN_CHECK_EQ(SizeOfDimension(bw_recurrent_to_output_weights_, 0), n_bw_cell); in Prepare() 366 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_input_weights_, 0), n_bw_cell); in Prepare() 370 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_forget_weights_, 0), n_bw_cell); in Prepare() 374 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_cell_weights_, 0), n_bw_cell); in Prepare() 378 NN_RET_CHECK_EQ(SizeOfDimension(bw_aux_input_to_output_weights_, 0), n_bw_cell); in Prepare() 405 bw_output_layer_norm_weights_, n_bw_input, n_bw_output, n_bw_cell, ¶ms_)) { in Prepare() 428 bw_scratch_shape_.dimensions = {n_batch, n_bw_cell * 3}; in Prepare() 431 bw_scratch_shape_.dimensions = {n_batch, n_bw_cell * 4}; in Prepare()
|