aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/gather_operation_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [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
* Clamp gather indices instead of wrap-around.Gravatar Adrian Kuegel2018-07-11
* [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] Change calls to LiteralTestUtil::Equal to pass in the expected value firstGravatar Benjamin Kramer2018-06-18
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* [XLA:CPU] Implement fusion for the Gather HLOGravatar Sanjoy Das2018-04-27
* Disable tests for the parallel CPU backendGravatar Sanjoy Das2018-04-25
* [XLA] Redesgin: implement and test Gather, Conditional.Gravatar A. Unique TensorFlower2018-04-10
* Use 32 bit induction variable in gather expanderGravatar Sanjoy Das2018-03-20
* Fix some edge cases around scalar indices in the gather expanderGravatar Sanjoy Das2018-03-19
* Implement out of bounds behavior for gather in the HLO evaluatorGravatar Sanjoy Das2018-03-15
* Add a GatherExpander pass that can rewrite Gather ops back into HLO soupGravatar Sanjoy Das2018-03-13