aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/bfloat16_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Rollback of a rollback with fixes included. See below for details of the orig...Gravatar A. Unique TensorFlower2018-08-30
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* [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-28
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25
* Remove unused inclusionsGravatar A. Unique TensorFlower2018-05-16
* [XLA] Redesign: migrate xla/tests/a*, xla/tests/b*.Gravatar A. Unique TensorFlower2018-04-23
* [XLA:GPU] Support BF16 data type.Gravatar A. Unique TensorFlower2018-01-23
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Add a log test for bfloat16.Gravatar Yunxing Dai2017-11-28
* BF16 tests for Batchnorm.Gravatar Yunxing Dai2017-11-22
* Add the first e2e scalar test with bfloat16.Gravatar Yunxing Dai2017-11-21