aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tests/eager_test.py
Commit message (Expand)AuthorAge
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Support nested defuns on TPUGravatar Igor Ganichev2018-08-17
* Use global counter for XLA rng seedGravatar Igor Ganichev2018-08-10
* Add a test for using GradientTape in tfe.defunGravatar Igor Ganichev2018-08-03
* Unbreaks tests broken after the defun while loop change.Gravatar Alexandre Passos2018-08-03
* Disable two eager on TPU tests until we find a fixGravatar Igor Ganichev2018-08-03
* Disable eager nested defuns on TPU testGravatar Igor Ganichev2018-07-12
* Add a test to eagerly run ops on multiple TPU coresGravatar Igor Ganichev2018-07-12
* Register DestroyResourceOp for XLA devicesGravatar Igor Ganichev2018-07-12
* Import package xla_test instead of class XLATestCase.Gravatar A. Unique TensorFlower2018-06-28
* Default to compiling functions running on TPU.Gravatar Igor Ganichev2018-06-18
* TFE: Correctly set shapes of defun outputsGravatar Igor Ganichev2018-06-15
* Add a test for using sparse variables when running mostly on TPUGravatar Igor Ganichev2018-06-12
* Implement Shape and friends as a direct XLA kernelsGravatar Igor Ganichev2018-06-11
* Don't XLA-compile naked variable readsGravatar Igor Ganichev2018-05-24
* Add a test to reproduce copy-on-read bug for variablesGravatar Igor Ganichev2018-05-23
* Add eager tests for automatic tensor flatteningGravatar Igor Ganichev2018-05-18
* Add a test for compiled tfe.defun in GradientTapeGravatar Igor Ganichev2018-05-16
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-08
* Automated g4 rollback of changelist 195748721Gravatar A. Unique TensorFlower2018-05-08
* Make eager functions runable on TPUGravatar Igor Ganichev2018-05-07
* Support executing ops eagerly through XLAGravatar Igor Ganichev2018-04-23