aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/eigen_volume_patch.h
Commit message (Collapse)AuthorAge
* Define PreferBlockAccess enum to prepare for Eigen upgrade.Gravatar Eugene Zhulenev2018-09-14
| | | | PiperOrigin-RevId: 213025676
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
| | | | | | They don't make sense in the open source repository. PiperOrigin-RevId: 183140889
* Switch to the unified volume extraction op in CuboidConvolution. This ↵Gravatar A. Unique TensorFlower2017-03-21
improves conv3d performance on CPU. This should (partially) address #7610. Change: 150824060