Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp452 const bool has_aux_weights = !IsNullInput(fw_aux_input_to_forget_weights_); in Eval() local
455 NN_RET_CHECK(getLinkingMode(has_aux_input, has_aux_weights, &linkingMode)); in Eval()