aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/transpose_folding_test.cc
Commit message (Expand)AuthorAge
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* Remove uses of the kTransposeDot fusionGravatar Sanjoy Das2018-05-07
* [XLA] Redesign: deprecate ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-04
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Support transposing the spatial dimensions of a convolution's activationsGravatar David Majnemer2017-11-28
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Teach transpose folding how to transpose the LHS of convolutionsGravatar David Majnemer2017-10-19
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* Add flag parsing to more tests in xla/service specifically those which buildGravatar Mark Heffernan2017-09-12
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Run transpose_folding on nested computationsGravatar David Majnemer2017-04-26
* Using GMock matchers in XLA tests.Gravatar A. Unique TensorFlower2017-04-11
* [XLA] Add support for folding transpose into convolutionGravatar David Majnemer2017-04-08
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09