aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/arena_planner.h
Commit message (Collapse)AuthorAge
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Align TFLite tensors to 64 bytes for EIGEN_DONT_ALIGNGravatar Yu-Cheng Ling2018-07-20
| | | | PiperOrigin-RevId: 205471025
* Automated rollback of commit ff4945f86e04d403cdf46c19392b2041bc75c2adGravatar A. Unique TensorFlower2018-07-17
| | | | PiperOrigin-RevId: 205022167
* Align TFLite tensors to 16 bytes for EIGEN_DONT_ALIGNGravatar Yu-Cheng Ling2018-07-17
| | | | PiperOrigin-RevId: 205015541
* Make an option that allows making the memory plan not reuse space.Gravatar Andrew Selle2018-07-13
| | | | | | | | This is called 'allow_intermediates'. In the future we should have a way for users to enable this functionality from the interpreter API. Also, preserve_inputs is now better commented. PiperOrigin-RevId: 204496777
* Do not overwrite inputs.Gravatar A. Unique TensorFlower2018-06-29
| | | | PiperOrigin-RevId: 202724720
* Enable C++ warnings on a few targets.Gravatar Shashi Shekhar2018-04-03
| | | | PiperOrigin-RevId: 191454435
* 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
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
PiperOrigin-RevId: 181865795