aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/shape_util.h
Commit message (Expand)AuthorAge
* Automated rollback of commit 375c109659d2d0e6265447dffdeb460693b3cccfGravatar A. Unique TensorFlower2018-10-09
* [XLA] Introduce input/output alias config.Gravatar Yunxing Dai2018-10-08
* [XLA] Make overly-specific ShapeUtil predicate a little more general.Gravatar Chris Leary2018-10-08
* Added ABSL_DEPRECATED annotations to various deprecated TensorFlow functions.Gravatar A. Unique TensorFlower2018-09-19
* internal change only.Gravatar A. Unique TensorFlower2018-09-12
* 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
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Merged commit includes the following changes:Gravatar Yifei Feng2018-08-21
* - Use InlinedVector for ShapeIndex.Gravatar Yunxing Dai2018-07-18
* BEGIN_PUBLICGravatar A. Unique TensorFlower2018-07-18
* - Use InlinedVector for ShapeIndex.Gravatar Yunxing Dai2018-07-17
* [XLA:GPU] Support infeed of nested tuplesGravatar Benjamin Kramer2018-07-12
* [XLA] Re-implement ShapeIndexView on top of ArraySliceGravatar Benjamin Kramer2018-07-10
* [XLA] Make ShapeUtil::PermuteDimensions() properly permute layouts.Gravatar Justin Lebar2018-07-04
* [XLA] Try to validate that shape sizes are sane.Gravatar Michael Kuperstein2018-06-26
* [XLA] A variant of the Equal method ignoring fp precision.Gravatar Thomas Joerg2018-06-26
* Add interface in Compiler for computing the default backend configuration of ...Gravatar Bjarke Hammersholt Roune2018-06-19
* Internal changeGravatar A. Unique TensorFlower2018-06-19
* Teach gather-reshape folding to work with degenerate dimsGravatar Sanjoy Das2018-06-16
* Add xla::ShapeUtil::TryGetSubshape that doesn't CHECK fail on invalid input.Gravatar A. Unique TensorFlower2018-06-13
* Fix assumptions that a Shape must be a tuple or an array.Gravatar Mark Heffernan2018-06-13
* [XLA] "Global value" tuple destructuring available via SWIG APIs.Gravatar Chris Leary2018-06-12
* [XLA] Delete StripDegenerateDimensions()Gravatar Michael Kuperstein2018-06-12
* Add TOKEN primitive type.Gravatar Mark Heffernan2018-06-04
* Introduced kDomain HLO instruction set isolation to bound connected sets of i...Gravatar A. Unique TensorFlower2018-05-29
* Add a type-erased broadcast implementation to xla::LiteralGravatar Sanjoy Das2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Add a method XlaTensor:ReleaseShapedBuffer() to relinquish the shaped buffer ...Gravatar Peter Hawkins2018-05-23
* [XLA:CPU] Re-use the same llvm::GlobalVariable for identical literalsGravatar Sanjoy Das2018-05-01
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* [XLA] Pattern matcher for HLO, Shapes, LayoutsGravatar A. Unique TensorFlower2018-04-13
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Introduced tool to run an HLO module in replicated fashion, by infeeding rand...Gravatar A. Unique TensorFlower2018-04-12
* [XLA] Use ThreadPool in a safer way.Gravatar Michael Kuperstein2018-04-09
* [XLA] Parallelize HloEvaluator::HandleConvolutionGravatar Michael Kuperstein2018-04-08
* Fix ShapeUtil::CompatibleIgnoringElementType for scalar vs tuple comparisionGravatar A. Unique TensorFlower2018-03-07
* Add HLO evaluator support for GatherGravatar Sanjoy Das2018-03-06
* [XLA] FP16 Dot support for the CPU and GPU backends.Gravatar Bixia Zheng2018-02-28
* Introduce a ShapeUtil::ForEachIndexWithStatus, change index type to ArraySliceGravatar Sanjoy Das2018-02-28
* [XLA] Fix #17090 a problem in IrArray::Index::SourceIndexOfTranspose.Gravatar Bixia Zheng2018-02-26
* [XLA:GPU] Don't crash when the root instruction of a computation is a multi-o...Gravatar Justin Lebar2018-02-13
* [XLA] An HLO pass that folds BF16 F32 conversions: if an HLO already supports...Gravatar Yuanzhong Xu2018-02-12
* [XLA] Initial sparse layout supportGravatar A. Unique TensorFlower2018-01-08
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [XLA] Rename "MonotonicDim0MajorLayout" to "DescendingLayout".Gravatar Justin Lebar2017-12-19
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18