Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc980 const TfLiteTensor* fw_input_to_forget_weights; in Eval() local
983 &fw_input_to_forget_weights)); in Eval()
1176 input, fw_input_to_input_weights, fw_input_to_forget_weights, in Eval()
1264 /*input_to_input_weights_ledger*/ nullptr, fw_input_to_forget_weights, in Eval()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td4067 TFL_OperandHasRank<2, 2>, // fw_input_to_forget_weights
4114 TFL_TensorOf<[F32, I8]>:$fw_input_to_forget_weights,