aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/literal_test_util.cc
Commit message (Expand)AuthorAge
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Move more comparison functions to non-test library.Gravatar Chris Leary2018-05-14
* ClangTidy - Readability cleanup:/code-findings-fixes.Gravatar A. Unique TensorFlower2018-05-14
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* Improve error messages for LiteralTestUtil::Near.Gravatar Mark Heffernan2018-04-19
* [XLA:CPU] Add FP32<->FP16 conversion routinesGravatar Sanjoy Das2018-02-20
* Add a test that exhaustively checks Log/Exp/TanhGravatar Sanjoy Das2018-02-09
* [XLA] Initialize linear indices used by NearComparator.Gravatar Nick Desaulniers2018-01-31
* [XLA] optimize NearComparator#ExpectLiteralsNear()Gravatar Nick Desaulniers2018-01-26
* [XLA] Enable F16 for the CPU and GPU backends.Gravatar A. Unique TensorFlower2018-01-24
* [XLA] Remove LiteralTestUtil::EqualTuple / NearTuple.Gravatar Justin Lebar2018-01-23
* Filling in some holes in C64 support with Literals.Gravatar Brian Patton2018-01-19
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [XLA] Fix bugs and improve error messages in tuple comparisons in literal_tes...Gravatar Justin Lebar2017-12-18
* [XLA] Make hlo_test_base support running and comparing an hlo module.Gravatar A. Unique TensorFlower2017-12-07
* Tuple literal conversions for BF16 and F32Gravatar Yuanzhong Xu2017-12-06
* Make ClientLibraryTestBase automatic choose float precision based on a flag.Gravatar A. Unique TensorFlower2017-11-27
* Add the first e2e scalar test with bfloat16.Gravatar Yunxing Dai2017-11-21
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-13
* Automated g4 rollback of changelist 175252067Gravatar Peter Hawkins2017-11-11
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-10
* [XLA] Adds a C64 type to XLA, with actual compilation support coming soon.Gravatar A. Unique TensorFlower2017-10-23
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* Fix a minor issue w/ allreduceGravatar James Qin2017-10-06
* [XLA:CPU] Make EmitTargetAddressForOp return void (well, technically Status).Gravatar Justin Lebar2017-10-06
* [TF2XLA] Update device name in convert and redo check that name parsing is co...Gravatar Jacques Pienaar2017-10-06
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* [XLA] Add shape print-out to message for rank-test failure.Gravatar Chris Leary2017-10-04
* Use XLA_VLOG_LINES() in literal_test_util to avoid truncation of large tensors.Gravatar A. Unique TensorFlower2017-07-31
* Make ClientLibraryTestBase able to test all layouts for all input arguments.Gravatar A. Unique TensorFlower2017-07-11
* Remove redundant `get` calls on smart pointersGravatar A. Unique TensorFlower2017-06-21
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Disallow calling ShapeUtil::Rank() on tuples.Gravatar A. Unique TensorFlower2017-06-15
* Introduce new class Literal to replace protobuf Literal.Gravatar A. Unique TensorFlower2017-06-01
* Merge changes from github.Gravatar A. Unique TensorFlower2017-05-18
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09