Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp154 fw_aux_input_to_output_weights_ = in BidirectionalSequenceLSTM()
310 !IsNullInput(fw_aux_input_to_output_weights_)) || in Prepare()
314 IsNullInput(fw_aux_input_to_output_weights_)); in Prepare()
358 NN_RET_CHECK_EQ(NumDimensions(fw_aux_input_to_output_weights_), 2); in Prepare()
359 NN_RET_CHECK_EQ(SizeOfDimension(fw_aux_input_to_output_weights_, 0), n_fw_cell); in Prepare()
360 NN_RET_CHECK_EQ(SizeOfDimension(fw_aux_input_to_output_weights_, 1), n_aux_input); in Prepare()
503 GetOptionalBuffer<const float>(fw_aux_input_to_output_weights_), in Eval()
627 GetOptionalBuffer<const _Float16>(fw_aux_input_to_output_weights_), in Eval()
DBidirectionalSequenceLSTM.h169 const RunTimeOperandInfo* fw_aux_input_to_output_weights_; variable