Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceLSTM.cpp153 fw_aux_input_to_output_weights_ = in BidirectionalSequenceLSTM()
309 !IsNullInput(fw_aux_input_to_output_weights_)) || in Prepare()
313 IsNullInput(fw_aux_input_to_output_weights_)); in Prepare()
357 NN_RET_CHECK_EQ(NumDimensions(fw_aux_input_to_output_weights_), 2u); in Prepare()
358 NN_RET_CHECK_EQ(SizeOfDimension(fw_aux_input_to_output_weights_, 0), n_fw_cell); in Prepare()
359 NN_RET_CHECK_EQ(SizeOfDimension(fw_aux_input_to_output_weights_, 1), n_aux_input); in Prepare()
502 GetOptionalBuffer<const float>(fw_aux_input_to_output_weights_), in Eval()
626 GetOptionalBuffer<const _Float16>(fw_aux_input_to_output_weights_), in Eval()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceLSTM.h166 const RunTimeOperandInfo* fw_aux_input_to_output_weights_; variable