aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/xla_op_kernel.cc
Commit message (Expand)AuthorAge
* Add basic TensorList op support in bridge.Gravatar Jacques Pienaar2018-10-04
* Export the XLA dynamic-slice HLO as a TF opGravatar Sanjoy Das2018-09-12
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* 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 24787842adfefe35f5a520313d775b14c29f143aGravatar A. Unique TensorFlower2018-09-06
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [TF:XLA] Add TensorFlow operators that wrap most HLO operators.Gravatar Peter Hawkins2018-08-23
* Allow DT_INT64 indices for reduction ops.Gravatar Sanjoy Das2018-08-22
* [XLA] Migrate tf2xla to include the builder in client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Add implementation of ResourceApplyCenteredRMSProp.Gravatar A. Unique TensorFlower2018-07-11
* [TF:XLA] Change the return type of ShapeRepresentationFn from TensorShape to ...Gravatar A. Unique TensorFlower2018-06-29
* [XLA] Add new helper xla::Iota().Gravatar Peter Hawkins2018-06-29
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [XLA] Allow APIs that manipulate XlaOps to simply pass XlaOps, rather than re...Gravatar Peter Hawkins2018-06-22
* Automated g4 rollback of changelist 200777514Gravatar Kay Zhu2018-06-19
* Automated g4 rollback of changelist 200750664Gravatar Kay Zhu2018-06-15
* [TF2XLA] Remove the last unncessary host-to-device memcpy, and remove theGravatar Kay Zhu2018-06-15
* Automated g4 rollback of changelist 196691101Gravatar Peter Hawkins2018-05-16
* Automated g4 rollback of changelist 196683444Gravatar Peter Hawkins2018-05-15
* [TF:XLA] Generalize existing support for keeping variables on an XLA device i...Gravatar Peter Hawkins2018-05-15
* [XLA] Redesign: migrate tensorflow/compiler/tf2xla, tensorflow/compiler/aot:Gravatar A. Unique TensorFlower2018-04-30
* [TF:XLA] Add a hook to allow reshaping of TensorFlow variables when storing t...Gravatar Peter Hawkins2018-02-14
* [TF:XLA] Improve/refactor the handling of resource types/shapes.Gravatar Peter Hawkins2018-02-02
* Add file name and line number to statuses generated by OP_REQUIRES macros.Gravatar Jeremy Lau2018-01-22
* [TF:XLA] Improve the error message when ComputeConstant fails.Gravatar Peter Hawkins2018-01-19
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [TF:XLA] Move XlaResource into its own file, and refactor it into a better-ab...Gravatar Peter Hawkins2017-12-20
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* [TF:XLA] Implement Cumsum and Cumprod using the XLA ReduceWindow operator.Gravatar Peter Hawkins2017-11-28
* Adds a SetInvalidOutput method to XlaOpKernelContext.Gravatar A. Unique TensorFlower2017-11-15
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* [TF:XLA] Simplify XlaCompiler API. Unconditionally builds an XLA computation,...Gravatar Peter Hawkins2017-09-20
* [XLA] Remove Literal::Swap and replace all uses with moves.Gravatar Benjamin Kramer2017-09-14
* [TF:XLA] Use HloEvaluator for ComputeConstant, remove the need of a dedicatedGravatar Kay Zhu2017-08-10
* [TF:XLA] Refactor XLAShapeToTensorShape so it returns an error Status if pass...Gravatar Peter Hawkins2017-07-05
* [TF:XLA] Inline the sigmoid operation instead of mapping it elementwise.Gravatar A. Unique TensorFlower2017-06-27
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [TF:XLA] Refactor handling of Resources (Variables and TensorArrays) in the X...Gravatar Peter Hawkins2017-06-16
* [TF:XLA] Initial implementation of TensorArray ops.Gravatar Peter Hawkins2017-06-07
* [TF:XLA] Add XLA implementation of ResourceStridedSliceAssign.Gravatar Peter Hawkins2017-05-17
* [TF:XLA] Split options that pertain to an individual call to XlaCompiler::Com...Gravatar Peter Hawkins2017-05-10
* [TF:XLA] Implement BatchToSpace, BatchToSpaceND, SpaceToBatch, SpaceToBatchND.Gravatar Peter Hawkins2017-04-06
* Add support for creating objects inside the resource manager of an XLA compil...Gravatar A. Unique TensorFlower2017-04-03
* [TF:XLA] Add implementation of tf.one_hot to the XLA bridge.Gravatar Peter Hawkins2017-03-01
* [TF:XLA] Improvements to resource variables:Gravatar Peter Hawkins2017-02-27
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* [TF:XLA] Refactor XlaContext, moving some of its reponsibilities to XlaCompil...Gravatar Peter Hawkins2017-02-11