Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp95 fw_recurrent_to_output_weights_ = in BidirectionalSequenceLSTM()
276 NN_CHECK_EQ(NumDimensions(fw_recurrent_to_output_weights_), 2u); in Prepare()
277 NN_CHECK_EQ(SizeOfDimension(fw_recurrent_to_output_weights_, 0), n_fw_cell); in Prepare()
278 const uint32_t n_fw_output = SizeOfDimension(fw_recurrent_to_output_weights_, 1); in Prepare()
291 fw_recurrent_to_cell_weights_, fw_recurrent_to_output_weights_, in Prepare()
440 const uint32_t n_fw_output = SizeOfDimension(fw_recurrent_to_output_weights_, 1); in Eval()
494 GetBuffer<const float>(fw_recurrent_to_output_weights_), in Eval()
495 fw_recurrent_to_output_weights_->shape(), in Eval()
618 GetBuffer<const _Float16>(fw_recurrent_to_output_weights_), in Eval()
619 fw_recurrent_to_output_weights_->shape(), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h180 const RunTimeOperandInfo* fw_recurrent_to_output_weights_; variable