aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_evaluator.h
Commit message (Expand)AuthorAge
* [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