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.cpp121 fw_aux_input_to_output_weights_ = in BidirectionalSequenceLSTM()
195 !IsNullInput(fw_aux_input_to_output_weights_) && in Prepare()
201 IsNullInput(fw_aux_input_to_output_weights_) && in Prepare()
301 GetOptionalBuffer<const float>(fw_aux_input_to_output_weights_), in Eval()
387 GetOptionalBuffer<const _Float16>(fw_aux_input_to_output_weights_), in Eval()
DBidirectionalSequenceLSTM.h162 const RunTimeOperandInfo* fw_aux_input_to_output_weights_; variable