aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/unidirectional_sequence_lstm_test.cc
Commit message (Collapse)AuthorAge
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | PiperOrigin-RevId: 216066634
* Update unidirectional sequential LSTM to support state API.Gravatar A. Unique TensorFlower2018-09-03
| | | | PiperOrigin-RevId: 211378182
* Add support for quantized sequential LSTM Op.Gravatar A. Unique TensorFlower2018-06-29
| | | | PiperOrigin-RevId: 202720777
* Internal change.Gravatar A. Unique TensorFlower2018-04-30
| | | | PiperOrigin-RevId: 194877173
* Add unidirectional sequence LSTM to TFLite Ops.Gravatar A. Unique TensorFlower2018-01-23
PiperOrigin-RevId: 183010993