aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/client_library_test_base.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
* Automated rollback of commit 065f9b833ffbb3b2f03d63febb186275674ba133Gravatar Michael Kuperstein2018-08-29
* Automated rollback of commit 150dee25d82589ca109957cc996efbd2a236e044Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement variadic reduce in the evaluator. It is currently supported o...Gravatar Michael Kuperstein2018-08-29
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [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] Make ClientLibraryTestBase::AddParam work with the reference backend.Gravatar Justin Lebar2018-07-20
* [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] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA] Redesign: delete ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-11
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] Cleanup client_library_test_base: move definition of CreateParameterAnd...Gravatar A. Unique TensorFlower2018-05-04
* [XLA] Redesign: cleanup client_library_test_base.Gravatar A. Unique TensorFlower2018-05-04
* [XLA] Redesign: migrate tests [m-r].* and vector_ops test.Gravatar A. Unique TensorFlower2018-04-25
* Fix reference computation in client_library_test_base for multi device caseGravatar A. Unique TensorFlower2018-04-25
* Make ClientLibraryTestBase::CreateScalarRelu return XlaComputation.Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Redesign: migrate xla/tests/a*, xla/tests/b*.Gravatar A. Unique TensorFlower2018-04-23
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Attach a reference client to the client_library_test_base, and implemen...Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement infeed and outfeed.Gravatar A. Unique TensorFlower2018-04-09
* [XLA] Redesign: implement and test Pad.Gravatar A. Unique TensorFlower2018-04-06
* [XLA] Redesign: implement and test Send, Recv.Gravatar A. Unique TensorFlower2018-04-03
* [XLA] Redesign: implement Tuple and GetTupleElement.Gravatar A. Unique TensorFlower2018-03-27
* [XLA] Redesign: implement and test ternary ops.Gravatar A. Unique TensorFlower2018-03-26
* [XLA] Redesign: implement Reshape and Transpose.Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Implement the whole graph execution interface and make a test use XlaBu...Gravatar A. Unique TensorFlower2018-03-25
* [XLA] Remove LiteralTestUtil::EqualTuple / NearTuple.Gravatar Justin Lebar2018-01-23
* Allow specifying the device in CreateParameterAndTransferLiteral.Gravatar Yuanzhong Xu2018-01-17
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Improvements to the testing infrastructure.Gravatar Bjarke Hammersholt Roune2018-01-02
* Tuple literal conversions for BF16 and F32Gravatar Yuanzhong Xu2017-12-06
* Add BF16 tests for reduce-window.Gravatar Yuanzhong Xu2017-12-04
* Make ClientLibraryTestBase automatic choose float precision based on a flag.Gravatar A. Unique TensorFlower2017-11-27
* Previously we had a large number of ComputeAndCompare* methods to run aGravatar A. Unique TensorFlower2017-11-10
* [XLA] Adds a C64 type to XLA, with actual compilation support coming soon.Gravatar A. Unique TensorFlower2017-10-23
* Remove "hybrid" HloModuleConfig option. The option was used to generate execu...Gravatar Mark Heffernan2017-10-04
* [XLA] Add tests for large numbers of parameter / return values and while loops.Gravatar Chris Leary2017-09-12
* Remove XLA Client::ExecuteAsync API.Gravatar Justin Lebar2017-07-28
* [XLA] Remove replica count setting flag.Gravatar Eli Bendersky2017-07-21
* Make ClientLibraryTestBase able to test all layouts for all input arguments.Gravatar A. Unique TensorFlower2017-07-11
* Make ClientLibraryTestBase able to test all combinations of output layouts.Gravatar A. Unique TensorFlower2017-07-06
* [XLA] Minor changes to base test classes:Gravatar Kay Zhu2017-06-28
* [XLA] Properly propagate backend optimization options to XLA in more places.Gravatar Eli Bendersky2017-06-19
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Disable constant_folding in test base, so that intended test code pathsGravatar Kay Zhu2017-06-07