aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/bidirectional_sequence_rnn.cc
Commit message (Expand)AuthorAge
* Add support for time-major input in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-10-09
* Internal change.Gravatar A. Unique TensorFlower2018-10-04
* Add the option of merging bidirectional RNN and LSTM outputs into a single ou...Gravatar A. Unique TensorFlower2018-10-03
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Introduce auxiliary input and allow "cross-linking" in the bidirectional RNN Op.Gravatar A. Unique TensorFlower2018-09-03
* Update bidirectional RNN to support state API.Gravatar A. Unique TensorFlower2018-08-29
* Adding hybrid implementation of the bidi-RNN Op.Gravatar A. Unique TensorFlower2018-08-27
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* A more efficient implementation of the Op using batch operations.Gravatar A. Unique TensorFlower2018-02-02
* Add bidirectional sequence RNN to TFLite Ops.Gravatar A. Unique TensorFlower2018-01-26