aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator_test.cc
Commit message (Expand)AuthorAge
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* [XLA] Update Scatter to ignore out-of-bound indices.Gravatar A. Unique TensorFlower2018-09-24
* Fix bug in kSlice implementation in evaluator.Gravatar Mark Heffernan2018-09-13
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [TF:XLA] Convert bfloat16_propagation_test and hlo_cse_test to use the HLO ve...Gravatar Dimitris Vardoulakis2018-09-06
* [TF:XLA] Define DefaultPrecisionConfig in HloTestBase and delete multiple dup...Gravatar Dimitris Vardoulakis2018-09-05
* Add support for grouped convolutions to the HloEvaluator.Gravatar Adrian Kuegel2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* 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
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* Automated rollback of commit 2d4214415269bee2c8c98d5466c540e4004652fdGravatar A. Unique TensorFlower2018-08-24
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* Enable floating-point fast-path reductions in the evaluator for types other t...Gravatar Mark Heffernan2018-08-16
* [XLA] Fix a bug in scatter evaluator test.Gravatar A. Unique TensorFlower2018-08-09
* [XLA] Add evaluation support for Scatter HLO.Gravatar A. Unique TensorFlower2018-08-08
* [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
* [TF:XLA] Add Xor HLO operation.Gravatar A. Unique TensorFlower2018-06-21
* [XLA] Redesign: delete versioned_computation_handle and compilation_cache.Gravatar A. Unique TensorFlower2018-06-07
* Don't use hex floats.Gravatar Jacques Pienaar2018-05-24
* [XLA] Break out literal comparisons from testonly target.Gravatar Chris Leary2018-05-10
* Add a HLO evaluator test case for gatherGravatar Sanjoy Das2018-05-10
* [XLA] Redesign: deprecate ComputationBuilder.Gravatar A. Unique TensorFlower2018-05-04
* [TF:XLA:INTERPRETER] implement bfloat16 comparisonsGravatar Nick Desaulniers2018-04-27
* Improve the precision of Reduce in the interpreter when adding floats, by acc...Gravatar Dimitris Vardoulakis2018-03-30
* Add HLO evaluator support for GatherGravatar Sanjoy Das2018-03-06
* [XLA] Rename CreateFullWithMonotonicDim0MajorLayout to CreateFullWithDescendi...Gravatar Justin Lebar2017-12-19
* BF16 support for HloEvaluator.Gravatar Yunxing Dai2017-12-14
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Change array_elementwise_ops_test to test against the HLOGravatar A. Unique TensorFlower2017-11-17
* Add field to HLO proto field to enable reversing a convolution filter.Gravatar Blake Hechtman2017-11-17
* [XLA] Run HLO verifier for hlo_evaluator_test and fix one shape mismatch in D...Gravatar Kay Zhu2017-10-18
* Automated g4 rollback of changelist 170358888Gravatar David Majnemer2017-10-12
* Automated g4 rollback of changelist 170130811Gravatar David Majnemer2017-09-28
* [XLA] Add HloEvaluator::EvaluateWithSubstitutions().Gravatar Justin Lebar2017-09-27
* [XLA] Split input and output in ConvolutionDimensionNumbersGravatar David Majnemer2017-09-26
* Small cleanups related to broadcasts.Gravatar A. Unique TensorFlower2017-09-14
* 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
* [TF:XLA] In Literal: correctly handle operands with zero elements inGravatar Kay Zhu2017-09-06
* [XLA] Generalize pooling to support N-dimensional inputs.Gravatar Tayo Oguntebi2017-08-30
* [XLA] Support ReduceWindow in HloEvaluator.Gravatar Kay Zhu2017-08-25
* [XLA] Fix Broadcast implementation in HloEvaluator to handle the special case...Gravatar Kay Zhu2017-08-09
* [XLA] Support strided slice in HloEvaluator.Gravatar Kay Zhu2017-08-07
* [XLA] Implement Tuple and GetTupleElement instruction in HloEvaluator.Gravatar Kay Zhu2017-08-02