aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/depthtospace_op_test.py
Commit message (Expand)AuthorAge
* Branch 188738133Gravatar Frank Chen2018-03-12
|\
| * Fix DepthToSpace and SpaceToDepth to silently return instead of failing when ...Gravatar A. Unique TensorFlower2018-03-09
* | Add test cases for DT_HALF support with DepthToSpace on GPU.Gravatar Yong Tang2017-11-25
* | Branch 174861804 (#14326)Gravatar Martin Wicke2017-11-07
| * Fix DepthToSpaceGrad and SpaceToDepthGrad on data_format NCHW.Gravatar Jingyue Wu2017-11-06
|/
* Implement NCHW_VECT_C support for tf.depth_to_space on GPU.Gravatar A. Unique TensorFlower2017-10-11
* Implement NCHW support for tf.depth_to_space on GPU.Gravatar A. Unique TensorFlower2017-10-02
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Switch ops in array_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-12
* To make the tests run both on GPU and CPU, when available, override use_gpu toGravatar Gunhan Gulsoy2016-09-09
* Remove simple cases of use_gpu from tensorflow tests.Gravatar Gunhan Gulsoy2016-08-04
* Update copyright for 3p/tf/python.Gravatar A. Unique TensorFlower2016-06-02
* Improves shape functions for tf.space_to_batch() and related ops.Gravatar Derek Murray2016-05-26
* TensorFlow: fix python3 by using range instead of xrange (range is fineGravatar Vijay Vasudevan2016-03-21
* GPU implementations of space_to_depth and depth_to_space.Gravatar A. Unique TensorFlower2016-03-18
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
* Get rid of some import cruft.Gravatar Josh Levenberg2016-02-10
* Get rid of mysterious comment previously needed for syncing withGravatar Josh Levenberg2016-02-01