aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla
Commit message (Expand)AuthorAge
...
* Automated rollback of commit d6f107761459dfdf8773a148e11193a3512a51a6Gravatar A. Unique TensorFlower2018-09-10
* Fix typo in error message in xla_op_kernel.Gravatar Justin Lebar2018-09-09
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* Decluster some must-be-constant ops to reduce XLA recompilationsGravatar Sanjoy Das2018-09-07
* Add XLA token input/output to XlaIf and XlaWhile when necessary.Gravatar Tong Shen2018-09-07
* Automated rollback of commit 5a635e3472e16007830fca533c35b2f63fc4f898Gravatar A. Unique TensorFlower2018-09-07
* [TF:XLA] Split XLA Concat Ops that fail on large sets of inputs.Gravatar A. Unique TensorFlower2018-09-07
* Automated rollback of commit 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* Simplify BUILD rule for MKL transpose op.Gravatar A. Unique TensorFlower2018-09-06
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Simplify analysis in funcitonalize_cond by splitting CondState.Gravatar Jacques Pienaar2018-09-05
* 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 (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [TF:XLA] Implement full_matrices=False case of QR decompositionGravatar A. Unique TensorFlower2018-08-30
* Fix FTRL L2-shrinkage behavior: the gradient from the L2 shrinkage term shoul...Gravatar A. Unique TensorFlower2018-08-28
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [TF:XLA] Add support for mirror_pad in symmetric mode.Gravatar A. Unique TensorFlower2018-08-28
* Remove tensorflow::gtl::{Mutable,}ArraySlice's old API that don't show up in ...Gravatar Tim Shen2018-08-27
* Support returning resource handles from function in XLAGravatar Igor Ganichev2018-08-27
* We don't have the need to reorder parameters.Gravatar Yunxing Dai2018-08-24
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* Use FormatNodeForError when reporting node names in errors.Gravatar Jacques Pienaar2018-08-24
* [TF:XLA] Use highest precision by default for triangular solve, cholesky deco...Gravatar Peter Hawkins2018-08-24
* Add missing #include <vector>.Gravatar Sanjoy Das2018-08-23
* [tf2xla] Re-organize information about resource ops in one place; NFCGravatar Sanjoy Das2018-08-23
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* Remove tf2xla's str_util in favor of absl.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* Auto-cluster TensorFlow's resource operations when legal.Gravatar Sanjoy Das2018-08-23
* [TF:XLA] Add TensorFlow operators that wrap most HLO operators.Gravatar Peter Hawkins2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23
* [TF:XLA] Use newly-added pooling library AvgPoolGrad in tf2xlaGravatar A. Unique TensorFlower2018-08-23
* [TF:XLA] Implement BroadcastTo.Gravatar Peter Hawkins2018-08-23
* [TF2XLA] Fix comments in BilinearResize regarding lhs dilation parameter and ...Gravatar Kay Zhu2018-08-23
* Allow DT_INT64 indices for reduction ops.Gravatar Sanjoy Das2018-08-22
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* Reapply "Allow DT_INT64 input shapes for ReshapeOp." with fix.Gravatar Sanjoy Das2018-08-21
* Initialize tensors and re-enable tests.Gravatar Jacques Pienaar2018-08-21
* Automated rollback of commit 9f59beb67643953d87e7673fa0000cc775562693Gravatar Sanjoy Das2018-08-21
* In HostCompute op, use SendToHost/RecvFromHost instead of Send/Recv.Gravatar Tong Shen2018-08-21
* Disable tests failing under asan for now.Gravatar Jacques Pienaar2018-08-21
* Allow DT_INT64 input shapes for ReshapeOp.Gravatar Sanjoy Das2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Relax out edge testing for now.Gravatar Jacques Pienaar2018-08-20
* Remove check for interleaving of resource variables and values.Gravatar Jacques Pienaar2018-08-20
* [TF:XLA] Implement Identity for DT_RESOURCE types.Gravatar Peter Hawkins2018-08-20