aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_cost_analysis_test.cc
Commit message (Expand)AuthorAge
* Add a time estimation to HloCostAnalysis and represent properties as a map so...Gravatar Bjarke Hammersholt Roune2017-06-27
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* [XLA] Make HloModule always have a config.Gravatar Eli Bendersky2017-05-24
* [XLA] Attach an HloModuleConfig to HloModule, obviating the need to pass them...Gravatar Eli Bendersky2017-05-18
* [XLA] Don't crash when analyzing ops with no layout contained in a fused op.Gravatar A. Unique TensorFlower2017-03-31
* Add bytes accessed to HLO profile output. Bytes accessed is a measure of the ...Gravatar Mark Heffernan2017-02-10
* Add bytes_accessed field to HloCostAnalysis.Gravatar Mark Heffernan2017-02-08
* [XLA] Correctly count FLOPs for fusion nodes in HloCostAnalysisGravatar David Majnemer2017-01-29
* [XLA] Improve cost analysis for certain operationsGravatar David Majnemer2017-01-26
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09