aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator.h
Commit message (Expand)AuthorAge
* [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* [XLA] In HloEvaluator, fix an issue where the return type and native type are...Gravatar Kay Zhu2018-09-25
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make kConvolution, kDot HLO attributes mandatoryGravatar David Majnemer2018-09-04
* 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
* Automated rollback of commit 065f9b833ffbb3b2f03d63febb186275674ba133Gravatar Michael Kuperstein2018-08-29
* Automated rollback of commit 150dee25d82589ca109957cc996efbd2a236e044Gravatar Michael Kuperstein2018-08-29
* [XLA] Implement variadic reduce in the evaluator. It is currently supported o...Gravatar Michael Kuperstein2018-08-29
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Teach the indexed array analysis about dot operationsGravatar Sanjoy Das2018-07-09
* [TF:XLA] Split select HLO into array- and tuple-select.Gravatar A. Unique TensorFlower2018-07-03
* [XLA] Add key-value version of Sort HLO.Gravatar Michael Kuperstein2018-06-29
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Add support for unary and binary ops to indexed tensor analysisGravatar Sanjoy Das2018-05-25
* Add a type-erased broadcast implementation to xla::LiteralGravatar Sanjoy Das2018-05-25
* [TF:XLA] Allow the HloEvaluator to be changed for the HLO interpreter.Gravatar Nick Desaulniers2018-05-18
* [TF:XLA] remove re-initializations of LiteralsGravatar Nick Desaulniers2018-05-17
* [XLA] Shard compilation of HloEvaluator.Gravatar Justin Lebar2018-05-07
* [XLA] Supports fusion ops in HloEvaluator.Gravatar Kay Zhu2018-03-13
* [XLA] Handle scalar predicate in Select correctly in HloEvaluator.Gravatar Kay Zhu2018-03-13
* Add HLO evaluator support for GatherGravatar Sanjoy Das2018-03-06
* [XLA:Evaluator] Handle while loop.Gravatar Jacques Pienaar2018-02-28
* [XLA::Interpreter] Add support for kConditional to HloEvaluator. Also enableGravatar Kay Zhu2018-02-26
* [XLA::Interpreter] Add support for kCall to HloEvaluator. Also enableGravatar Kay Zhu2018-02-26
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* [XLA] Support Map in HloEvaluator, enable Interpreter to runGravatar Kay Zhu2017-12-15
* BF16 support for HloEvaluator.Gravatar Yunxing Dai2017-12-14
* [XLA] Fix comments for arg_literals parameter in HloEvaluator::Evaluate.Gravatar Kay Zhu2017-11-10
* [TF:XLA] Reduce boilerplate code in HLO visitors.Gravatar A. Unique TensorFlower2017-10-30
* [XLA] Add HloEvaluator::EvaluateWithSubstitutions().Gravatar Justin Lebar2017-09-27
* [XLA] Support strided slice in HloEvaluator.Gravatar Kay Zhu2017-08-07
* [XLA] Move Preprocess to outer visitor in HloEvaluator. The inner visitorGravatar Kay Zhu2017-08-03
* [XLA] Implement Tuple and GetTupleElement instruction in HloEvaluator.Gravatar Kay Zhu2017-08-02
* [XLA] Handle Reverse in HloEvaluator.Gravatar Kay Zhu2017-08-01
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
* [TF:XLA] Add Dot, Conv and Pad support to HloEvaluator. They are also by defaultGravatar Kay Zhu2017-06-30
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Resubmit a reverted change. Original description:Gravatar Kay Zhu2017-06-07
* Automated g4 rollback of changelist 157174708Gravatar Kay Zhu2017-05-26
* [XLA] Enable HloEvaluator for constant folding, also merged a few operationsGravatar Kay Zhu2017-05-25
* [XLA] Use a templated Visitor for typed evaluation, instead of switching on o...Gravatar A. Unique TensorFlower2017-05-10
* Automated g4 rollback of changelist 155433842Gravatar A. Unique TensorFlower2017-05-10
* [XLA] Use a templated Visitor for typed evaluation, instead of switching on o...Gravatar A. Unique TensorFlower2017-05-10
* [XLA] Second change for HLO interpreter.Gravatar A. Unique TensorFlower2017-05-02
* [XLA] Initial introduction for a HLO instruction evaluator.Gravatar A. Unique TensorFlower2017-04-18