Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp127 bw_recurrent_to_output_weights_ = in BidirectionalSequenceLSTM()
282 NN_CHECK_EQ(NumDimensions(bw_recurrent_to_output_weights_), 2u); in Prepare()
283 NN_CHECK_EQ(SizeOfDimension(bw_recurrent_to_output_weights_, 0), n_bw_cell); in Prepare()
284 const uint32_t n_bw_output = SizeOfDimension(bw_recurrent_to_output_weights_, 1); in Prepare()
399 bw_recurrent_to_cell_weights_, bw_recurrent_to_output_weights_, in Prepare()
441 const uint32_t n_bw_output = SizeOfDimension(bw_recurrent_to_output_weights_, 1); in Eval()
546 GetBuffer<const float>(bw_recurrent_to_output_weights_), in Eval()
547 bw_recurrent_to_output_weights_->shape(), in Eval()
671 GetBuffer<const _Float16>(bw_recurrent_to_output_weights_), in Eval()
672 bw_recurrent_to_output_weights_->shape(), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h211 const RunTimeOperandInfo* bw_recurrent_to_output_weights_; variable