aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels
Commit message (Expand)AuthorAge
* Add custom call with layout constraints.Gravatar Mark Heffernan2018-10-08
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* Update XlaSort to match the underlying HLO.Gravatar A. Unique TensorFlower2018-10-05
* [TF:XLA] Move broadcasting code out of BroadcastTo op into a common helper li...Gravatar Peter Hawkins2018-10-05
* Add basic TensorList op support in bridge.Gravatar Jacques Pienaar2018-10-04
* [TF:XLA] Don't expand complex64 tensors during TF/XLA lowering, if possible.Gravatar Peter Hawkins2018-10-04
* Implement DataFormatVecPermute for XLA.Gravatar Adrian Kuegel2018-10-04
* [TF:XLA] Use xla::Iota rather than expanding Range ops to constants.Gravatar Peter Hawkins2018-10-03
* Fixes bug in tf2xla NMS implementation.Gravatar Tayo Oguntebi2018-09-26
* Add xlogy and xdivy op.Gravatar A. Unique TensorFlower2018-09-26
* [TF:XLA] Fix XLA lowering of TF BroadcastTo operator.Gravatar Peter Hawkins2018-09-26
* Changed FusedBatchNorm and FusedBatchNormGrad to use allowed_values for data_...Gravatar A. Unique TensorFlower2018-09-26
* [tf:xla]Implement DivNoNan.Gravatar A. Unique TensorFlower2018-09-21
* It is more computationally efficient to represent resize bilinear as aGravatar Blake Hechtman2018-09-20
* [XLA] Refactor conv_ops emitters to make them reusable.Gravatar Justin Lebar2018-09-17
* Refactor out the metadata_ops set from const_analysis to a per-op bit; NFCGravatar Sanjoy Das2018-09-17
* [TF:XLA] Split XLA Concat Ops that fail on large sets of inputs.Gravatar A. Unique TensorFlower2018-09-14
* [XLA:TF] Make FloorDiv not crash on unsigned typesGravatar Benjamin Kramer2018-09-14
* Export the XLA dynamic-slice HLO as a TF opGravatar Sanjoy Das2018-09-12
* Automated rollback of commit 4c936f1b220676d0d427f5f38b4111cfb9011b5aGravatar A. Unique TensorFlower2018-09-12
* Automated rollback of commit c5267a54a63a08234a0314888f6cfe842647a73bGravatar A. Unique TensorFlower2018-09-12
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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
* 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
* 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
* [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
* [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
* [XLA] Implement resize_images(BILINEAR, align_corners=false)Gravatar A. Unique TensorFlower2018-08-24
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* [TF:XLA] Add TensorFlow operators that wrap most HLO operators.Gravatar Peter Hawkins2018-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
* Reapply "Allow DT_INT64 input shapes for ReshapeOp." with fix.Gravatar Sanjoy Das2018-08-21
* Automated rollback of commit 9f59beb67643953d87e7673fa0000cc775562693Gravatar Sanjoy Das2018-08-21
* Allow DT_INT64 input shapes for ReshapeOp.Gravatar Sanjoy Das2018-08-21
* 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
* [XLA] Allow ReverseV2 to have negative axes.Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Correct assertions in tf2xla tile_ops.Gravatar A. Unique TensorFlower2018-08-17
* Use feature_group_count parameter for depthwise convolution.Gravatar Adrian Kuegel2018-08-17