aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/tuple_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Fix a couple CPU test failures due to use-of-unintialized-value by usingGravatar Kay Zhu2018-08-08
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA:GPU] Make sure that buffers for tuple() have a unique top-level allocationGravatar Benjamin Kramer2018-07-23
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Change calls to LiteralTestUtil::Equal to pass in the expected value firstGravatar Benjamin Kramer2018-06-18
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* [TF:XLA] remove re-initializations of LiteralsGravatar Nick Desaulniers2018-05-17
* [XLA] Redesign: delete ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Redesign: migrate other xla/tests to use the new buidler.Gravatar A. Unique TensorFlower2018-04-26
* Disable tests for the parallel CPU backendGravatar Sanjoy Das2018-04-25
* [TF:XLA] Change HloTestBase::ExecuteNoHloPasses to return a literal directly.Gravatar A. Unique TensorFlower2018-04-19
* [XLA] Redesign: implement Tuple and GetTupleElement.Gravatar A. Unique TensorFlower2018-03-27
* [XLA:GPU] Don't crash if a GTE feeds into a bitcast.Gravatar Justin Lebar2018-03-21
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* [XLA] Add some scalar tests.Gravatar A. Unique TensorFlower2018-01-12
* Enriching some C64 test coverage.Gravatar A. Unique TensorFlower2017-12-11
* Roll forward new copy insertion pass.Gravatar Mark Heffernan2017-11-22
* Rollback copy insertion change because it results in a DCHECK with an interna...Gravatar Mark Heffernan2017-11-03
* Rewrite CopyInsertion to use module-scoped HloAliasAnalysis. The net effect (...Gravatar Mark Heffernan2017-11-02
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* [XLA] Fix CHECK-failure crash if a non-tuple was passed to GetTupleElement.Gravatar Peter Hawkins2017-09-13
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* [XLA] Add support for tuple constants via a rewrite that replaces constant tu...Gravatar Peter Hawkins2017-07-06
* [XLA] Add tests for select ops and while loops that produce tuples that conta...Gravatar A. Unique TensorFlower2017-06-20
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Remove remaining flags from cpu_compiler_flagsGravatar Eli Bendersky2017-06-14
* [XLA] Replace some XLA CPU compiler specific options by generic "debug options".Gravatar Eli Bendersky2017-06-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09