Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc1066 const TfLiteTensor* bw_recurrent_to_cell_weights; in Eval() local
1069 &bw_recurrent_to_cell_weights)); in Eval()
1199 bw_recurrent_to_cell_weights, bw_recurrent_to_output_weights, in Eval()
1313 bw_recurrent_to_cell_weights, in Eval()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td4089 TFL_OperandHasRank<24, 2>, // bw_recurrent_to_cell_weights
4151 TFL_TensorOf<[F32, I8]>:$bw_recurrent_to_cell_weights,