aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/transpose_conv.cc
Commit message (Collapse)AuthorAge
* Update kernel evals to use new kernel signatures.Gravatar A. Unique TensorFlower2018-09-24
| | | | PiperOrigin-RevId: 214377809
* Modularize TF Lite interface definitions and reorganize file structureGravatar Pete Warden2018-09-07
| | | | PiperOrigin-RevId: 212064501
* Remove unnecessary <unistd.h> includesGravatar Jared Duke2018-07-23
| | | | PiperOrigin-RevId: 205744600
* Automated rollback of commit a4e79e23bace78e3d89d8273828f9d82ad6f1b95Gravatar A. Unique TensorFlower2018-07-12
| | | | PiperOrigin-RevId: 204310030
* Optimized TransposeConv implementation.Gravatar A. Unique TensorFlower2018-06-29
| | | | PiperOrigin-RevId: 202705179
* Optimized implementation of transpose conv. Uses an im2col array and GEMM, ↵Gravatar A. Unique TensorFlower2018-06-14
| | | | | | similar to conv. PiperOrigin-RevId: 200592004
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
| | | | PiperOrigin-RevId: 199839745
* Implementation of transpose_convGravatar A. Unique TensorFlower2018-05-16
PiperOrigin-RevId: 196806646