aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/batch_normalization_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Clean up clang tidy readability warnings in compiler/xlaGravatar Benjamin Kramer2018-08-06
* [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
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* [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
* Automated g4 rollback of changelist 201765455Gravatar Blake Hechtman2018-06-26
* Automated g4 rollback of changelist 201765455Gravatar A. Unique TensorFlower2018-06-22
* [XLA] Disallow implicit scalar broadcast.Gravatar Blake Hechtman2018-06-22
* [XLA] Redesign: implement and test BatchNormXXX.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Remove CheckShape and CheckSameShape in ComputationBuilder, they are no...Gravatar A. Unique TensorFlower2018-03-27
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [XLA] Add zero-sized batchnorm test.Gravatar Justin Lebar2017-12-21
* [XLA:GPU] Implement BatchNormThunk as a call into cudnn.Gravatar Justin Lebar2017-12-21
* Replace std::pow with MathUtil::IPow when the exponent is a non-negative inte...Gravatar A. Unique TensorFlower2017-12-20
* [XLA] Add stringification to BatchNormTestParam.Gravatar Justin Lebar2017-12-11
* Implement Batchnorm Inference by expanding them into smaller ops.Gravatar A. Unique TensorFlower2017-08-17
* Several updates and fixes for fused batchnorm in xla.Gravatar A. Unique TensorFlower2017-08-14
* [BatchNormRewriter] Add option to use multi-output fusion.Gravatar A. Unique TensorFlower2017-08-02
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* [BatchNormGrad] Add end-to-end test for BatchNormGradGravatar A. Unique TensorFlower2017-07-25
* Add a test in BatchNormalization tests.Gravatar A. Unique TensorFlower2017-07-13
* Implement BatchNorm HLOs on PARALLEL_CPU.Gravatar A. Unique TensorFlower2017-06-29
* Add more tests for BatchNormTraining.Gravatar A. Unique TensorFlower2017-06-27
* 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