aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/lstm.cc
Commit message (Collapse)AuthorAge
* Merge the different LSTM EvalFloat/EvalHybrid calls into a single file.Gravatar A. Unique TensorFlower2018-10-05
| | | | PiperOrigin-RevId: 215870962
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214432840
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Remove 18-input/3-output LSTM in favor of 20-input/1-output LSTM that supportsGravatar Alan Chiao2018-08-23
| | | | | | state API. PiperOrigin-RevId: 209991722
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205744600
* Internal change.Gravatar A. Unique TensorFlower2018-07-20
| | | | PiperOrigin-RevId: 205417414
* LSTM CHECK_OK on input tensor checks.Gravatar Alan Chiao2018-07-12
| | | | PiperOrigin-RevId: 204341675
* Wire up 5-inputs quantized LSTM in TFLite.Gravatar Yu-Cheng Ling2018-06-22
| | | | PiperOrigin-RevId: 201713022
* Support Variable Tensor API in LSTM Full kernel.Gravatar Yu-Cheng Ling2018-06-19
| | | | | | TFLite LSTM now supports 5 inputs, 18 inputs and 20 inputs. PiperOrigin-RevId: 201222516
* Implementation of the symmetrically quantized LSTM TFLite Op.Gravatar A. Unique TensorFlower2018-06-05
| | | | PiperOrigin-RevId: 199337082
* Support 5-inputs LSTM kernel in TFLite (float only).Gravatar Yu-Cheng Ling2018-06-01
| | | | PiperOrigin-RevId: 198943559
* Making GetOptionalInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-16
| | | | PiperOrigin-RevId: 196932028
* Making GetInput from kernel_util.h return a pointer to const data.Gravatar A. Unique TensorFlower2018-05-11
| | | | PiperOrigin-RevId: 196340200
* Internal change.Gravatar A. Unique TensorFlower2018-05-04
| | | | PiperOrigin-RevId: 195374319
* Internal change.Gravatar A. Unique TensorFlower2018-04-30
| | | | PiperOrigin-RevId: 194877173
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
| | | | PiperOrigin-RevId: 189945839
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
| | | | PiperOrigin-RevId: 189258641
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
| | | | PiperOrigin-RevId: 189231636
* Factor out the LstmBatchStep for the various LSTM Ops.Gravatar A. Unique TensorFlower2018-02-28
| | | | PiperOrigin-RevId: 187370622
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445