aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/reduce_window_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA] Add ReduceWindow test.Gravatar Michael Kuperstein2018-09-17
* 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] Add some ReduceWindow tests, and make them more robust.Gravatar Michael Kuperstein2018-09-05
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* Rollback of a rollback with fixes included. See below for details of the orig...Gravatar A. Unique TensorFlower2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Add a ReduceWindow test with a large window.Gravatar Michael Kuperstein2018-08-16
* Implement reduce-window on F16 for XLA:CPU.Gravatar Sanjoy Das2018-08-13
* Merge pull request #20958 from DavidNorman:allow-some-test-to-be-disabledGravatar TensorFlower Gardener2018-08-09
|\
* | [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
| * Disable tests which do a windowed reduction on a scalar sized windowGravatar DavidNorman2018-07-19
|/
* [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-27
* [TF:XLA] remove re-initializations of LiteralsGravatar Nick Desaulniers2018-05-17
* [TF:XLA:CPU] enable s32 reduce-windowGravatar Nick Desaulniers2018-05-16
* Disable tests for the parallel CPU backendGravatar Sanjoy Das2018-04-25
* [XLA] Document and enforce reduction order of init valueGravatar Nick Desaulniers2018-04-16
* Enable an r2 reduce window test case.Gravatar A. Unique TensorFlower2018-04-11
* Enable a reduce window test case.Gravatar A. Unique TensorFlower2018-04-11
* [XLA] Redesign: implement and test ReduceWindow.Gravatar A. Unique TensorFlower2018-04-10
* [XLA] Add a ReduceWindow test to reduce along the lane dimension.Gravatar A. Unique TensorFlower2018-04-01
* [XLA] Add a reduce-window test.Gravatar A. Unique TensorFlower2018-03-30
* [XLA] Adding more tests for ReduceWindow.Gravatar A. Unique TensorFlower2018-03-21
* Add reduce window tests for the cases when the input shape has 1 element.Gravatar A. Unique TensorFlower2018-03-20
* Adds R2 ReduceWindow test and generalizes the R2 test suite, particularly toGravatar Tayo Oguntebi2018-03-13
* Selectively re-enable bfloat16 tests for the GPU backend.Gravatar Bixia Zheng2018-03-11
* PiperOrigin-RevId: 188112759Gravatar Bjarke Hammersholt Roune2018-03-06
* [XLA] Add a test for reduce window with large minor dimension.Gravatar A. Unique TensorFlower2018-02-09
* Adds R1 test for ReduceWindow.Gravatar Tayo Oguntebi2018-01-25
* [XLA:GPU] Support BF16 data type.Gravatar A. Unique TensorFlower2018-01-23
* [XLA] Update R4 reduce window test cases.Gravatar A. Unique TensorFlower2018-01-19
* Adds ReduceWindow R1 test case for windows of length 128.Gravatar Tayo Oguntebi2018-01-18
* Add tests for R2 reduce window with multiply reduction.Gravatar A. Unique TensorFlower2018-01-18
* * Adds rank-3 ReduceWindow computation to the reference util test suite.Gravatar Tayo Oguntebi2018-01-17
* [XLA] Make the hlo_evaluator handle reduce window in the same ways as the cpu...Gravatar A. Unique TensorFlower2018-01-16
* [XLA] Rename CreateFullWithMonotonicDim0MajorLayout to CreateFullWithDescendi...Gravatar Justin Lebar2017-12-19
* [XLA] Adds ReduceWindow test for arbitrary sized padding.Gravatar Tayo Oguntebi2017-12-14
* Add bfloat16 support to the CPU backend.Gravatar Bjarke Hammersholt Roune2017-12-08
* Use a macro to determine whether BF16 is supported.Gravatar Yuanzhong Xu2017-12-05
* Add BF16 tests for reduce-window.Gravatar Yuanzhong Xu2017-12-04
* Adds minor-dim pooling tests for cases in which windows exist entirely inGravatar Tayo Oguntebi2017-11-28