aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/reference_util.cc
Commit message (Expand)AuthorAge
* Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [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] 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
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] Redesign: migrate convolution tests.Gravatar A. Unique TensorFlower2018-04-23
* Add test in select and scatter to test tie breaking logic.Gravatar Yunxing Dai2018-03-14
* Adds R2 ReduceWindow test and generalizes the R2 test suite, particularly toGravatar Tayo Oguntebi2018-03-13
* [XLA] FP16 Dot support for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-28
* * Adds rank-3 ReduceWindow computation to the reference util test suite.Gravatar Tayo Oguntebi2018-01-17
* [XLA] Add zero-sized batchnorm test.Gravatar Justin Lebar2017-12-21
* [XLA] Support Map in HloEvaluator, enable Interpreter to runGravatar Kay Zhu2017-12-15
* Adds minor-dim pooling tests for cases in which windows exist entirely inGravatar Tayo Oguntebi2017-11-28
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* Make ClientLibraryTestBase automatic choose float precision based on a flag.Gravatar A. Unique TensorFlower2017-11-27
* Set the HloModule parent for HloComputations in all instances whereGravatar Mark Heffernan2017-08-02
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-27
* Automated g4 rollback of changelist 163164566Gravatar Kay Zhu2017-07-25
* [XLA] Use HloEvaluator for convolution in reference_util.Gravatar Kay Zhu2017-07-25
* Added support for testing convolution of 3D arrays (i.e. 1d-convolution).Gravatar A. Unique TensorFlower2017-07-19
* [XLA] Clean up clang-tidy warnings in reference_utilGravatar Eli Bendersky2017-07-18
* Refactor reduce window tests via parameterization.Gravatar Tayo Oguntebi2017-06-30
* Add more tests for BatchNormTraining.Gravatar A. Unique TensorFlower2017-06-27
* [TF:XLA] Update Tensorflow LLVM release to upstream r306370.Gravatar Peter Hawkins2017-06-27
* Make sure all convolution tests are testing non-trivial cases, i.e. where not...Gravatar A. Unique TensorFlower2017-06-27
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Added support for testing internal padding in R4.Gravatar A. Unique TensorFlower2017-05-23
* ReferenceUtil::ReduceWindow4DGeneric() now supports arbitrary edge padding.Gravatar Bjarke Hammersholt Roune2017-04-28
* - Bug fix in ShapeInferenceGravatar Bjarke Hammersholt Roune2017-04-20
* [XLA] ReferenceUtil support for generic reduction functions in ReduceWindow.Gravatar Tayo Oguntebi2017-02-09
* [XLA] Adds additional reference utility for R2 windowed reduction.Gravatar Tayo Oguntebi2017-02-08
* [XLA] Avoid half of the idivs in ReferenceUtil::ConvArray4DGeneralDimensionsD...Gravatar Justin Lebar2017-02-07
* [XLA] Speed up ReferenceUtil::ConvArray4DGeneralDimensionsDilated.Gravatar Justin Lebar2017-02-07
* Improve support for pad instructions with negative padding.Gravatar Mark Heffernan2017-01-23
* Add reference implementation of separable convolution.Gravatar HyoukJoong Lee2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09