aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/pooling_ops_3d_test.py
Commit message (Expand)AuthorAge
* Fix issue where some pooling op gradients on the CPU would fail when strides ...Gravatar A. Unique TensorFlower2017-09-01
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
* Switch 3d pooling to the unified volume extraction op. Reduce tensor sizes in...Gravatar A. Unique TensorFlower2017-03-23
* Add support for the NCHW data_format for 3d operations (convolution, pooling).Gravatar A. Unique TensorFlower2017-03-21
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Fix Conv3d with unequal strides on CPU (order of dimensions got mixed upGravatar A. Unique TensorFlower2016-11-07
* Clean up another batch of tensorflow tests that are using use_gpu.Gravatar Gunhan Gulsoy2016-09-09
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Fix dimension order when using 3d CUDNN pooling.Gravatar A. Unique TensorFlower2016-05-13
* Add support for 3d convolutions and pooling. CPU kernels use Eigen, GPU kerne...Gravatar A. Unique TensorFlower2016-05-04