aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/arena_planner.cc
Commit message (Collapse)AuthorAge
* 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
* Variable Tensor API for TF Lite.Gravatar Yu-Cheng Ling2018-06-13
| | | | PiperOrigin-RevId: 200457602
* Include standard headers when libc++ requires them.Gravatar A. Unique TensorFlower2018-04-09
| | | | PiperOrigin-RevId: 192224104
* TFLite Conv2D: Create temporary tensors in Prepare phase.Gravatar Yu-Cheng Ling2018-02-20
| | | | PiperOrigin-RevId: 186402268
* Automated g4 rollback of changelist 186053793Gravatar Yu-Cheng Ling2018-02-16
| | | | PiperOrigin-RevId: 186075274
* TFLite Conv2D: Create temporary tensors in Prepare phase.Gravatar Yu-Cheng Ling2018-02-16
| | | | PiperOrigin-RevId: 186053793
* Proper reallocation of dynamic tensors.Gravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184550199
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
PiperOrigin-RevId: 181865795