aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/arena_planner_test.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
* Handle zero-sized TFLite tensor allocationsGravatar A. Unique TensorFlower2018-06-12
| | | | PiperOrigin-RevId: 200277562
* Proper reallocation of dynamic tensors.Gravatar A. Unique TensorFlower2018-02-05
| | | | PiperOrigin-RevId: 184550199
* Fix some tf-lite testsGravatar Gunhan Gulsoy2018-02-02
| | | | PiperOrigin-RevId: 184247187
* Fix tolerance too tight for Wasserstein distance test.Gravatar A. Unique TensorFlower2018-02-02
| | | | PiperOrigin-RevId: 184240222
* Fix some tf-lite testsGravatar Gunhan Gulsoy2018-02-02
| | | | PiperOrigin-RevId: 184247187
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
PiperOrigin-RevId: 181865795