Commit Graph

7 Commits

Author SHA1 Message Date
Gaurav Jain
f618ab4955 Move away from deprecated asserts
- assertEquals -> assertEqual
- assertRaisesRegexp -> assertRegexpMatches
- assertRegexpMatches -> assertRegex

PiperOrigin-RevId: 319118081
Change-Id: Ieb457128522920ab55d6b69a7f244ab798a7d689
2020-06-30 16:10:22 -07:00
Yanan Cao
57b6183b0d Support using xla.compile directly in eager mode
PiperOrigin-RevId: 242888342
2019-04-10 10:20:36 -07:00
Yanan Cao
fc484872bf Update xla_test dependency to use python/tpu instead of contrib/tpu to be 2.0-friendly.
PiperOrigin-RevId: 241392681
2019-04-01 14:20:30 -07:00
Yanan Cao
4bc51cb6a8 Export xla.compile() and friends in v2.
PiperOrigin-RevId: 240485793
2019-03-26 20:49:14 -07:00
Yanan Cao
8573a5abc8 Automated rollback of commit 302acb768a
PiperOrigin-RevId: 240438115
2019-03-26 15:31:47 -07:00
Yanan Cao
0f1504308c Automated rollback of commit 302acb768a
PiperOrigin-RevId: 240375253
2019-03-26 10:32:20 -07:00
Yanan Cao
302acb768a Move xla.compile and friends to tensorflow/python/compiler/xla and export them as tf symbols.
PiperOrigin-RevId: 240282770
2019-03-25 22:24:00 -07:00