aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/reshape_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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] 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
* [XLA:GPU] Re-enable tests that are passing at head.Gravatar Benjamin Kramer2018-06-26
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA] Redesign: implement Collapse and migrate reshape_test.Gravatar A. Unique TensorFlower2018-04-06
* [XLA] Redesign: implement Reshape and Transpose.Gravatar A. Unique TensorFlower2018-03-25
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* Use a macro to determine whether BF16 is supported.Gravatar Yuanzhong Xu2017-12-05
* Add BF16 tests for reshape.Gravatar Yuanzhong Xu2017-12-01
* [XLA] More diagnostic information in the reshape shape inference error.Gravatar Chris Leary2017-11-10
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* Fix a minor issue w/ allreduceGravatar James Qin2017-10-06
* [XLA:CPU] Make EmitTargetAddressForOp return void (well, technically Status).Gravatar Justin Lebar2017-10-06
* [TF2XLA] Update device name in convert and redo check that name parsing is co...Gravatar Jacques Pienaar2017-10-06
* [XLA] Fix a bug in ComputationBuilder::Collapse and add more tests/docs.Gravatar Chris Leary2017-10-06
* [XLA] Consolidate all similar main()s in tests into a single target.Gravatar Eli Bendersky2017-07-27
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Remove gpu/gpu_backend-specific flagsGravatar Eli Bendersky2017-06-16
* [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
* [XLA] Add a test for a zero-element and scalar reshape operation.Gravatar A. Unique TensorFlower2017-05-15
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* [XLA] Move shape_with_output_layout and seed fields intoGravatar Justin Lebar2017-02-03
* [XLA] Replace TODO(name) by TODO(b/...)Gravatar Eli Bendersky2017-01-23
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09