Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp212 const uint32_t n_bw_cell = SizeOfDimension(bw_input_to_output_weights_, 0); in Prepare() local
217 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, &params_)) { 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()