aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/map_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [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] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* Cleanup shape_inference.Gravatar A. Unique TensorFlower2018-06-08
* [XLA] Redesign: migrate tests [m-r].* and vector_ops test.Gravatar A. Unique TensorFlower2018-04-25
* [XLA] Convert XLA to use xla::se as a namespace alias for ::stream_executor.Gravatar Justin Lebar2018-04-17
* [XLA] Redesign: implement and test Rev, BitcastConvertType, Map, and ReducePr...Gravatar A. Unique TensorFlower2018-04-10
* Make shape inference error messages more consistent.Gravatar Eli Bendersky2018-03-02
* Move MakeFakeLiteral from client/lib/testing.h to tests/test_utils.h. Also re...Gravatar Mark Heffernan2017-11-10
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* [XLA] Small error message improvement in binop shape inference.Gravatar A. Unique TensorFlower2017-06-22
* 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
* Clean up some code after previous CLGravatar Eli Bendersky2017-06-07
* [XLA] Start collecting flags for debug options in a single place.Gravatar Eli Bendersky2017-06-07
* [XLA] Add xla_disable_hlo_passes to DebugOptionsGravatar Eli Bendersky2017-06-06
* Use "override" and "nullptr"; remove unused includesGravatar A. Unique TensorFlower2017-05-26
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* Disable map inliner on CPU due to bug and add two tests that demonstrate the ...Gravatar Bjarke Hammersholt Roune2017-02-26
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09