aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-07-28
* Lower concatenate operations to memcpy.Gravatar A. Unique TensorFlower2017-07-28
* [TF:XLA] Remove unused XlaBinaryMapOp class.Gravatar Peter Hawkins2017-07-28
* [TF:XLA] Fix flakiness of segment_reduction_ops_test by raising test timeout.Gravatar Peter Hawkins2017-07-28
* [XLA] Create CallInliner HLO pass to recursively force-inline kCall operations.Gravatar Chris Leary2017-07-27
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-27
* Update API to traffic in unique_ptrs rather than owning raw pointersGravatar A. Unique TensorFlower2017-07-27
* Properly include logging header in xla_internal_test_mainGravatar Eli Bendersky2017-07-27
* [XLA] Change type to appease GPU builds.Gravatar Eli Bendersky2017-07-27
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* Remove ShapeWithoutPadding() utility function, as it is no longer needed.Gravatar Tayo Oguntebi2017-07-27
* Update Dataset API documentation.Gravatar Jiri Simsa2017-07-27
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
* [XLA] Add TODO comment explaining why the IsScalar check exists.Gravatar A. Unique TensorFlower2017-07-26
* Remove unnecessary break statements.Gravatar A. Unique TensorFlower2017-07-26
* [XLA] Add regression test for a corner case using Reduce that currently fails...Gravatar A. Unique TensorFlower2017-07-26
* [TF:XLA] Add tf.cross support.Gravatar Chris Leary2017-07-26
* Highlight incoming/outgoing edges on hover in HLO graphviz dumps, and other i...Gravatar Justin Lebar2017-07-26
* [XLA] Fix a bug in cloning outfeeds, carried the wrong shape.Gravatar Chris Leary2017-07-26
* [XLA] Refactor insert-ReducePrecisionInsertion-pass code into a separate func...Gravatar A. Unique TensorFlower2017-07-26
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Automated g4 rollback of changelist 163164566Gravatar Kay Zhu2017-07-25
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-25
* Internal change.Gravatar A. Unique TensorFlower2017-07-25
* [TF:XLA] Ignore control edges from Enter nodes to the graph sink during loop ...Gravatar Peter Hawkins2017-07-25
* Implementation of UnsortedSegmentSum in tf2xla bridge.Gravatar A. Unique TensorFlower2017-07-25
* [XLA] Add more unit tests for DynamicSlice and DynamicUpdateSlice.Gravatar Peter Hawkins2017-07-25
* [BatchNormGrad] Add end-to-end test for BatchNormGradGravatar A. Unique TensorFlower2017-07-25
* Show fusion nodes inline in HLO graph dumper.Gravatar Justin Lebar2017-07-25
* [TF:XLA] Make the shape of a TensorArray flow value a scalar.Gravatar Peter Hawkins2017-07-25
* Improve the HLO graph dumper's output.Gravatar Justin Lebar2017-07-25
* [TF:XLA] Register a no-op kernel for ControlTrigger, but forbid the JIT marki...Gravatar Peter Hawkins2017-07-25
* [XLA] Update StatusOr implementation to use more nuanced type traits.Gravatar A. Unique TensorFlower2017-07-25
* Use correct order of arguments in call of valid_bitcast_callback_.Gravatar A. Unique TensorFlower2017-07-25
* Refactor HLO graph dumping.Gravatar Justin Lebar2017-07-25
* [XLA] Teach CPU and GPU compilers to optionally invoke the HLO insert-reduce-...Gravatar A. Unique TensorFlower2017-07-25
* Re-align asterisks for pointer types; NFCGravatar A. Unique TensorFlower2017-07-24
* [XLA] Change backtrace logging from WARNING to VLOG(1)Gravatar Eli Bendersky2017-07-24
* Make the logic around linking to CPU runtime functions less error-prone.Gravatar A. Unique TensorFlower2017-07-24
* [XLA] Remove the xla_status_add_backtrace flag.Gravatar Eli Bendersky2017-07-24
* [XLA] Appease clang-tidy by switching away from StatusOr::ConsumeValueOrDie.Gravatar A. Unique TensorFlower2017-07-24
* [XLA] StatusOr testing macro TF_ASSIGN_OR_ASSERT_OK => TF_ASSERT_OK_AND_ASSIGNGravatar A. Unique TensorFlower2017-07-24
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* Some improvements to HLO grapvhiz dumping.Gravatar Justin Lebar2017-07-21
* [XLA] Remove the xla_default_layout flag.Gravatar Eli Bendersky2017-07-21
* Revert "Make the logic around linking to CPU runtime functions less error-pro...Gravatar A. Unique TensorFlower2017-07-21
* [XLA] Remove replica count setting flag.Gravatar Eli Bendersky2017-07-21
* Update datalayout constant copied in XLA to match LLVM r308675Gravatar A. Unique TensorFlower2017-07-21
* Fix open-source build breakage related to std::dequeGravatar Shanqing Cai2017-07-20
* Add hlo_graph_dumper::GetInstructionsInNeighborhood, which lets youGravatar Justin Lebar2017-07-20