aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/spacetodepth_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 for SpaceToDepth on GPU.Gravatar Yong Tang2017-11-24
* | 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.space_to_depth on GPU.Gravatar A. Unique TensorFlower2017-10-11
* Updates the API for tf.space_to_depth and tf.depth_to_space to support NCHW a...Gravatar A. Unique TensorFlower2017-09-27
* 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
* 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
* 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
* 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