aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/eigen_support.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 multithreaded conv respect setNumThreads()Gravatar A. Unique TensorFlower2018-07-07
| | | | PiperOrigin-RevId: 203527657
* Remove framework's dependency on eigen and gemmlowp.Gravatar A. Unique TensorFlower2018-07-03
| | | | PiperOrigin-RevId: 203172717
* Revert to initializing number of threads when SetNumThreads is called. ↵Gravatar A. Unique TensorFlower2018-03-26
| | | | | | | | Requiring it to happen before OpInit() is way too confusing for users. PiperOrigin-RevId: 190499644
* Make default number of threads trigger the default behavior for both eigenGravatar A. Unique TensorFlower2018-03-12
| | | | | | | and gemmlowp. In gemmlowp the default is '1', while in eigen it is 'number of processors'. PiperOrigin-RevId: 188742087
* Make SetNumThreads apply to the eigen threads. (This creates a dependency on ↵Gravatar A. Unique TensorFlower2018-03-09
eigen!) PiperOrigin-RevId: 188504172