aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/matrix_band_part_test.py
Commit message (Collapse)AuthorAge
* Parameterize test matrix_band_part_testGravatar Yanan Cao2018-09-12
| | | | PiperOrigin-RevId: 212643986
* 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 MatrixSetDiag and MatrixBandPart.Gravatar Peter Hawkins2018-02-01
Add support for int32 indices to the MatrixBandPart operator. PiperOrigin-RevId: 184133343