aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/conv_ops_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
* Disable flaky test case in conv_ops_testGravatar Gunhan Gulsoy2018-07-30
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Increase the numerical tolerance threshold temporarily to make the test pass.Gravatar Guangda Lai2018-06-14
* Adds float64 support for Conv2d, Conv2dBackpropInput, and Conv2dBackpropFilterGravatar Brian Patton2018-03-22
* Merge changes from github.Gravatar Jacques Pienaar2018-03-21
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Deleting test that checks that 2D convolution with NCHW format is not impleme...Gravatar Tatiana Shpeisman2018-02-21
* Activates Eigen path for CPU implementation of atrous/dilated convolution (on...Gravatar A. Unique TensorFlower2018-02-16
* Merge changes from github.Gravatar Michael Case2018-02-07
* Merge changes from github.Gravatar Raghuraman Krishnamoorthi2018-01-03
* Return unimplemented error when trying to use dilated rate > 1 combined with ...Gravatar Yangzihao Wang2017-12-12
* Increase tolerance in conv_ops_test to avoid flakes.Gravatar Gunhan Gulsoy2017-12-01
* Add native dilated support for conv2d and its gradients in cudnn v>=6.Gravatar Yangzihao Wang2017-11-29
* Fix crash if tf.nn.conv2d_backprop_filter or tf.nn.conv2d_backprop_input is r...Gravatar Reed Wanderman-Milne2017-10-13
* Convert Conv2D forward tests to run in both eager and graph modes.Gravatar A. Unique TensorFlower2017-08-22
* [TF:XLA] Add implementation of depthwise convolution.Gravatar Peter Hawkins2017-07-31
* Reduce size of the no-winograd tests, but still large enough thatGravatar A. Unique TensorFlower2017-05-30
* Only run the no-winograd tests once each.Gravatar A. Unique TensorFlower2017-05-30
* Set winograd nofused flag to be true by default.Gravatar Yangzihao Wang2017-05-28
* Allow uses of over-parameterized separable_conv.Gravatar Vijay Vasudevan2017-05-24
* Add support for the NCHW data_format for 3d operations (convolution, pooling).Gravatar A. Unique TensorFlower2017-03-21
* Add initial support for NCHW format for DepthwiseConv2D (and separable_conv2d).Gravatar Vijay Vasudevan2017-03-08
* Fix the dlopen contrib test hack by making a pywrap_tensorflow module that im...Gravatar Jonathan Hseu2017-02-28
* Run convolution as GEMM if the input activations and filters have the same sp...Gravatar A. Unique TensorFlower2017-01-30
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Change Autotune to the global scope. Switch to hash table for the autotuneGravatar Xiaoqiang Zheng2016-10-10
* Delegate to C++ shape inference function for some conv and pooling functions.Gravatar A. Unique TensorFlower2016-09-07
* Experimental Conv2D implementation specialized for deep convolutions (i.e. la...Gravatar A. Unique TensorFlower2016-08-31
* Increase the error threshold for a test.Gravatar Xiaoqiang Zheng2016-07-11
* Make sure tests check if the machine has a GPU, rather than just checking ifGravatar Gunhan Gulsoy2016-06-28
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Added support for convolutions of 16bit floats on CPUGravatar Benoit Steiner2016-05-31
* Enable fp16 for convolution operations, gated on CUDA 7.5. (The fp16 testsGravatar A. Unique TensorFlower2016-05-27
* Allow the output of the separable_conv2d to have the same number of channels ...Gravatar A. Unique TensorFlower2016-05-26
* Merge changes from github.Gravatar Derek Murray2016-05-23
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
* Add support for 3d convolutions and pooling. CPU kernels use Eigen, GPU kerne...Gravatar A. Unique TensorFlower2016-05-04
* Merge changes from github.Gravatar Illia Polosukhin2016-04-18
* Allow non-rectangular strides for conv2d.Gravatar A. Unique TensorFlower2016-03-30
* Reduce conv_ops_test flops by 1000x and unshardGravatar Geoffrey Irving2016-03-22
* Support NCHW in forward and backward convolution op.Gravatar Xiaoqiang Zheng2016-02-19
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10