aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* [TF:XLA] Copy elision does not need to know about existing copies.Gravatar A. Unique TensorFlower2018-06-28
* Import package xla_test instead of class XLATestCase.Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 202292422Gravatar A. Unique TensorFlower2018-06-28
* Automated g4 rollback of changelist 201419522Gravatar Tony Wang2018-06-28
* Dedupe incompatible ops message.Gravatar Jacques Pienaar2018-06-28
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-28
* [XLA] Change code in TF/XLA bridge that uses XlaBuilder:: methods to build op...Gravatar Peter Hawkins2018-06-28
* [XLA] VerifyShape() should verify that max_sparse_elements is non-negative.Gravatar Michael Kuperstein2018-06-28
* [tf2xla] Return zero-element tensors as tokens from FusedBatchNormGradGravatar A. Unique TensorFlower2018-06-28
* Improve the performance of ParseShapeStringInternalGravatar A. Unique TensorFlower2018-06-28
* Fixed ShardingMetadata dump of null sharding from None to {}, to make itGravatar A. Unique TensorFlower2018-06-28
* [XLA] Handle domain instructions in dataflow analysis.Gravatar A. Unique TensorFlower2018-06-28
* [XLA] Add test case for TOKEN constants. Make the test case pass.Gravatar Peter Hawkins2018-06-27
* [TF:XLA] Implement QuantizeAndDequantizeV3.Gravatar Peter Hawkins2018-06-27
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Use subshape pointers as map keys in BFloat16Propagation.Gravatar Yuanzhong Xu2018-06-27
* [TF:XLA] Refactor TF/XLA code to use free functions in xla:: namespace to bui...Gravatar Peter Hawkins2018-06-27
* [XLA] Fix incorrect definition of xla::Complex.Gravatar Peter Hawkins2018-06-27
* Fix check whether there is more than one tile.Gravatar Adrian Kuegel2018-06-27
* [TF2XLA] Don't wrap single-output computations in a tuple and don't resolve c...Gravatar A. Unique TensorFlower2018-06-27
* [XLA] Support asynchronous execution through XLAGravatar A. Unique TensorFlower2018-06-27
* Add a fast path for HloInstruction::ReplaceOperandWithGravatar A. Unique TensorFlower2018-06-27
* Add HloModuleProto field H loModuleProto in CompilationResultProto.Gravatar Jacques Pienaar2018-06-26
* [TF:XLA] Implement SparseToDense.Gravatar Peter Hawkins2018-06-26
* Moving StatusOr from XLA to stream_executor.Gravatar Michael Case2018-06-26
* [XLA] Add free functions in the xla:: namespace that mirror XlaBuilder method...Gravatar Peter Hawkins2018-06-26
* Automated g4 rollback of changelist 201765455Gravatar Blake Hechtman2018-06-26
* [XLA] Try to validate that shape sizes are sane.Gravatar Michael Kuperstein2018-06-26
* [TF:XLA] Validate that the graph has no illegal cycle after functionalize con...Gravatar A. Unique TensorFlower2018-06-26
* [TF:XLA] Don't register kernels with infeasible type constraints.Gravatar Peter Hawkins2018-06-26
* [XLA] Add operator overloads for arithmetic and bitwise operations on XlaOp.Gravatar Peter Hawkins2018-06-26
* [XLA:GPU] Re-enable FusionTest.TransposeNegate, works at headGravatar Benjamin Kramer2018-06-26
* [XLA:GPU] Re-enable tests that are passing at head.Gravatar Benjamin Kramer2018-06-26
* Verifies that we can compute gradients through STFTGravatar Brian Patton2018-06-26
* [XLA:TF] Explain why we're not doing sum reductions in 16 bitGravatar Benjamin Kramer2018-06-26
* [XLA:GPU] Make the input-fused reduce emitter work on 16-bit typesGravatar Benjamin Kramer2018-06-26
* [XLA] A variant of the Equal method ignoring fp precision.Gravatar Thomas Joerg2018-06-26
* [XLA:GPU] Simplify code with c_any_ofGravatar Benjamin Kramer2018-06-26
* [XLA:GPU] Fuse loop fusions into consuming reduce fusions of kind kInput.Gravatar Thomas Joerg2018-06-26
* Delete ExternalConstantPool.Gravatar Adrian Kuegel2018-06-26
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* [XLA] Avoid fusion nodes to have duplicate operands during replacing uses.Gravatar Yuanzhong Xu2018-06-25
* Avoid rewriting HLO instruction names if they do not collide.Gravatar A. Unique TensorFlower2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* [XLA] Make NoteError and NoteErrorOrReturn public, rename them to ReportError...Gravatar Peter Hawkins2018-06-25
* [TF:XLA] Implement UnsortedSegment{Prod,Min,Max} operators.Gravatar Peter Hawkins2018-06-25
* Remove static_operands, which was a dead fieldGravatar A. Unique TensorFlower2018-06-25
* [TF:XLA] Add Xor to the XLA Python client.Gravatar A. Unique TensorFlower2018-06-25
* [XLA] Make XlaOp trivially copy constructible and trivially destructible.Gravatar Peter Hawkins2018-06-25