Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp328 const bool has_bw_aux_weights = !IsNullInput(bw_aux_input_to_forget_weights_); in Prepare() local
330 NN_RET_CHECK(has_fw_aux_weights == has_bw_aux_weights); in Prepare()