Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h215 const RunTimeOperandInfo* recurrent_to_forget_weights_; variable
DLSTM.cpp65 recurrent_to_forget_weights_ = GetInput(operation, operands, kRecurrentToForgetWeightsTensor); in LSTMCell()
362 input_to_output_weights_, recurrent_to_input_weights_, recurrent_to_forget_weights_, in Prepare()
1004 GetBuffer<const float>(recurrent_to_forget_weights_), in Eval()
1039 GetBuffer<const _Float16>(recurrent_to_forget_weights_), in Eval()