aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/core
Commit message (Collapse)AuthorAge
* Add Floor_mod to schema.Gravatar A. Unique TensorFlower2018-10-08
| | | | PiperOrigin-RevId: 216303340
* Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
| | | | PiperOrigin-RevId: 216066634
* Add the option of merging bidirectional RNN and LSTM outputs into a single ↵Gravatar A. Unique TensorFlower2018-10-03
| | | | | | | | output tensor. This is useful if the output of both directions will be passed to the next layer as a single output, as it avoids adding a concatenation op, which can be expensive on mobile devices where memory movement is relatively expensive. PiperOrigin-RevId: 215616140
* Portability preparation for more cross-platform prototyping.Gravatar Pete Warden2018-09-24
| | | | PiperOrigin-RevId: 214346240
* Add fill to schema.Gravatar A. Unique TensorFlower2018-09-17
| | | | PiperOrigin-RevId: 213234759
* Add ZerosLike to schema.Gravatar A. Unique TensorFlower2018-09-16
| | | | PiperOrigin-RevId: 213212445
* Dilated Depthwise Conv reference implementations.Gravatar Suharsh Sivakumar2018-09-13
| | | | PiperOrigin-RevId: 212884951
* Add square to schema.Gravatar A. Unique TensorFlower2018-09-11
| | | | PiperOrigin-RevId: 212565231
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
PiperOrigin-RevId: 212064501