aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/unidirectional_sequence_rnn.cc
Commit message (Expand)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Update unidirectional sequential RNN to support state API.Gravatar A. Unique TensorFlower2018-08-29
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* Internal change.Gravatar A. Unique TensorFlower2018-05-31
* Enhance error reporting.Gravatar A. Unique TensorFlower2018-05-21
* Internal change.Gravatar A. Unique TensorFlower2018-05-14
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
* Implementation of the unidirectional_sequence_rnn TFLite Op using the symmetr...Gravatar A. Unique TensorFlower2018-05-10
* A more efficient implementation of the Op using batch operations.Gravatar A. Unique TensorFlower2018-02-02
* Cleanup: Ran clang-format on all *.{cc,h} files in tensorflow/contrib/.../*.{...Gravatar A. Unique TensorFlower2018-01-30
* Add support for time_major shape format to the sequential RNN Op in TF Lite.Gravatar A. Unique TensorFlower2018-01-19
* Add unidirectional sequence RNN to TFLite Ops.Gravatar A. Unique TensorFlower2017-12-14