aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/unidirectional_sequence_lstm.cc
Commit message (Expand)AuthorAge
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Update unidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
* LSTM CHECK_OK on input tensor checks.Gravatar Alan Chiao2018-07-12
* Add support for quantized sequential LSTM Op.Gravatar A. Unique TensorFlower2018-06-29
* Making GetOptionalInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-16
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
* Internal change.Gravatar A. Unique TensorFlower2018-05-04
* Internal change.Gravatar A. Unique TensorFlower2018-04-30
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Factor out the LstmBatchStep for the various LSTM Ops.Gravatar A. Unique TensorFlower2018-02-28
* Add unidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-01-23