aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/extract_image_patches_grad_test.py
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-13
| | | | | | | | self.test_session() has been deprecated in 9962eb5e84b15e309410071b06c2ed2d6148ed44 as its name confuses readers of the test. Moving to cached_session() instead which is more explicit about: * the fact that the session may be reused. * the session is not closed even when doing a "with self.test_session()" statement. PiperOrigin-RevId: 212766976
* TST: add benchmarkGravatar Yan Facai (颜发才)2018-08-14
|
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
| | | | Change: 142080137
* Add a BUILD rule for extract_image_patches_grad_test, and make the code py3Gravatar Gunhan Gulsoy2016-08-17
| | | | | compliant. Also style fixes in extract_image_patches_grad_test.py, and make it smaller and deterministic. Change: 130562777
* Merge changes from github.Gravatar Benoit Steiner2016-08-12
Change: 130150683