Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp95 bw_recurrent_to_output_weights_ = in BidirectionalSequenceLSTM()
216 NN_CHECK_EQ(NumDimensions(bw_recurrent_to_output_weights_), 2); in Prepare()
217 NN_CHECK_EQ(SizeOfDimension(bw_recurrent_to_output_weights_, 0), n_bw_cell); in Prepare()
218 const uint32_t n_bw_output = SizeOfDimension(bw_recurrent_to_output_weights_, 1); in Prepare()
234 bw_recurrent_to_cell_weights_, bw_recurrent_to_output_weights_, in Prepare()
269 const uint32_t n_bw_output = SizeOfDimension(bw_recurrent_to_output_weights_, 1); in Eval()
330 GetBuffer<const float>(bw_recurrent_to_output_weights_), in Eval()
331 bw_recurrent_to_output_weights_->shape(), in Eval()
416 GetBuffer<const _Float16>(bw_recurrent_to_output_weights_), in Eval()
417 bw_recurrent_to_output_weights_->shape(), in Eval()
DBidirectionalSequenceLSTM.h207 const RunTimeOperandInfo* bw_recurrent_to_output_weights_; variable