Searched refs:input_to_forget_weights_ (Results 1 – 2 of 2) sorted by relevance
59 input_to_forget_weights_ = GetInput(operation, operands, kInputToForgetWeightsTensor); in LSTMCell()361 input_, input_to_input_weights_, input_to_forget_weights_, input_to_cell_weights_, in Prepare()997 GetBuffer<const float>(input_to_forget_weights_), in Eval()1032 GetBuffer<const _Float16>(input_to_forget_weights_), in Eval()
209 const RunTimeOperandInfo* input_to_forget_weights_; variable