Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceLSTM.cpp54 fw_input_to_forget_weights_ = GetInput(operation, operands, kFwInputToForgetWeightsTensor); in BidirectionalSequenceLSTM()
180 input_, fw_input_to_input_weights_, fw_input_to_forget_weights_, in Prepare()
285 GetBuffer<const float>(fw_input_to_forget_weights_), in Eval()
371 GetBuffer<const _Float16>(fw_input_to_forget_weights_), in Eval()
DBidirectionalSequenceLSTM.h169 const RunTimeOperandInfo* fw_input_to_forget_weights_; variable