aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/compiler
Commit message (Expand)AuthorAge
* Disable summary ops from lower-level xla.compile API rather than xla.estimato...Gravatar Yanan Cao2018-09-27
* Update BUILD files so that Estimator code depends on TF thru tf_no_contrib.Gravatar Michael Case2018-09-25
* Internal changesGravatar Yanan Cao2018-09-22
* Add back xla_test, which was deleted by mistake earlierGravatar Yanan Cao2018-09-22
* xla.estimator_model_fn can be used to decorate a model_fn written for estimat...Gravatar Yanan Cao2018-09-21
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Add xla.compile(), a low-level API that compiles graph with XLA.Gravatar Yanan Cao2018-09-18
* [TF/XLA] Add XLACompileContext that marks ops inside for XLA compilation.Gravatar Yanan Cao2018-08-27
* 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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Add experimental_jit_scope to support scoped compilation regions.Gravatar A. Unique TensorFlower2016-12-02