aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/reference_util.h
Commit message (Expand)AuthorAge
* Fix 31 ClangTidy - Readability findings in //tensorflow/compiler/xla/.Gravatar Benjamin Kramer2018-09-11
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [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] Devectorize constant-sized arraysGravatar Benjamin Kramer2018-05-24
* [XLA] Clamp indices in DynamicSlice and DynamicUpdateSlice instead of wrapping.Gravatar Michael Kuperstein2018-05-17
* 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
* Fix more clang-tidy warnings:Gravatar Eli Bendersky2017-11-29
* Adds minor-dim pooling tests for cases in which windows exist entirely inGravatar Tayo Oguntebi2017-11-28
* Make ClientLibraryTestBase automatic choose float precision based on a flag.Gravatar A. Unique TensorFlower2017-11-27
* 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
* Change ReferenceUtil::Slice{2,3,4}D to accept a strides parameter.Gravatar A. Unique TensorFlower2017-07-13
* Refactor reduce window tests via parameterization.Gravatar Tayo Oguntebi2017-06-30
* Add more tests for BatchNormTraining.Gravatar A. Unique TensorFlower2017-06-27
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* Add ReferenceUtil::ApplyElementwise2D.Gravatar Justin Lebar2017-04-30
* 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
* 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