Searched refs:n_bw_cell (Results 1 – 1 of 1) sorted by relevance
212 const uint32_t n_bw_cell = SizeOfDimension(bw_input_to_output_weights_, 0); in Prepare() local217 NN_CHECK_EQ(SizeOfDimension(bw_recurrent_to_output_weights_, 0), n_bw_cell); in Prepare()239 bw_output_layer_norm_weights_, n_input, n_bw_output, n_bw_cell, ¶ms_)) { in Prepare()255 bw_scratch_shape_.dimensions = {n_batch, n_bw_cell * 3}; in Prepare()258 bw_scratch_shape_.dimensions = {n_batch, n_bw_cell * 4}; in Prepare()