aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/compiler/jit_test.py
Commit message (Expand)AuthorAge
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* For tf.gradients(), do not backpropagate through integer tensors.Gravatar A. Unique TensorFlower2018-04-26
* Make jit_test.py work with C API enabled.Gravatar Skye Wanderman-Milne2018-02-01
* math_grad: Fast path for when broadcasting is not needed.Gravatar A. Unique TensorFlower2017-10-16
* Allow Defun to inherit enclosing XLA compilation scope.Gravatar A. Unique TensorFlower2017-08-16
* Remove the unnecessary RTLD_GLOBAL dlopen flag in the remaining tests.Gravatar Jonathan Hseu2017-03-17
* [TF:XLA] Add separate_compiled_gradients to control gradient scopes.Gravatar A. Unique TensorFlower2017-03-13
* Add _XlaScope attribute to jit_scope to avoid fusing separate adjacent fused ...Gravatar Eugene Brevdo2017-02-10
* Allow callable in hidden attr_scope; allow callable in experimental_jit_scope...Gravatar Eugene Brevdo2017-01-30