aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/pooling_ops_3d_test.py
Commit message (Collapse)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
| | | | | | | | 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: 209837298
* Import package xla_test instead of class XLATestCase.Gravatar A. Unique TensorFlower2018-06-28
| | | | PiperOrigin-RevId: 202572322
* [TF:XLA] Implement MaxPool3DGradGrad.Gravatar Peter Hawkins2018-06-22
| | | | PiperOrigin-RevId: 201694426
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
| | | | PiperOrigin-RevId: 187386941
* Merge changes from github.Gravatar A. Unique TensorFlower2017-04-04
| | | | Change: 152200430
* [TF:XLA] Implement 3d pooling ops in the TF/XLA bridge.Gravatar Peter Hawkins2017-03-08
Change: 149538112