aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/bidirectional_sequence_lstm.cc
Commit message (Expand)AuthorAge
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
* Add the option of merging bidirectional RNN and LSTM outputs into a single ou...Gravatar A. Unique TensorFlower2018-10-03
* Simplify the logic for running through a sequence forwards and backwards.Gravatar A. Unique TensorFlower2018-09-26
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
* Introduce auxiliary input and allow "cross-linking" in the bidirectional LSTM...Gravatar A. Unique TensorFlower2018-09-05
* Add support for quantized (hybrid) bidirectional sequential LSTM Op.Gravatar A. Unique TensorFlower2018-09-04
* Update bidirectional 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
* 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
* Factor out the LstmBatchStep for the various LSTM Ops.Gravatar A. Unique TensorFlower2018-02-28
* Add bidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-02-21