aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/layout_util.cc
Commit message (Expand)AuthorAge
* [XLA] Added xla::CreateModuleFromProto(...) combining loading moduleGravatar A. Unique TensorFlower2018-10-09
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Add guard for bytes accessed in HloCostAnalysis, need layout to determine.Gravatar Chris Leary2018-08-02
* [XLA] Try to validate that shape sizes are sane.Gravatar Michael Kuperstein2018-06-26
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* Add TOKEN primitive type.Gravatar Mark Heffernan2018-06-04
* Add heuristic on picking NHWC layout for (V100, fp16) convolutions.Gravatar A. Unique TensorFlower2018-05-24
* [XLA] s/tensorflow::Status/Status/.Gravatar Justin Lebar2018-05-11
* [XLA:CPU] Re-use the same llvm::GlobalVariable for identical literalsGravatar Sanjoy Das2018-05-01
* [XLA:TPU] Initial HLO parser/stringifier support for sparse formatsGravatar A. Unique TensorFlower2018-01-12
* [XLA] Initial sparse layout supportGravatar A. Unique TensorFlower2018-01-08
* [XLA] Fix return type of LayoutUtil::PaddedDimensionsGravatar A. Unique TensorFlower2017-12-19
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* The new array class provides a way to simplify the implementation ofGravatar A. Unique TensorFlower2017-10-20
* Lower vector-matrix dot to LLVM IR if the RHS of the dot can be madeGravatar Sanjoy Das2017-09-14
* [TF:XLA] Fixes to the "evaluator" plugin.Gravatar Peter Hawkins2017-08-05
* [XLA] Remove the xla_default_layout flag.Gravatar Eli Bendersky2017-07-21
* Improve support for pad instructions with negative padding.Gravatar Mark Heffernan2017-01-23
* [XLA] Recognize any reduction where dimensions to keep are consecutive in mem...Gravatar A. Unique TensorFlower2017-01-12
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09