aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/gemm_support.cc
Commit message (Collapse)AuthorAge
* 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
* Internal Change.Gravatar Andrew Selle2017-11-10
PiperOrigin-RevId: 175307445