aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Copy edits to Keras guide, formatting, moving some things around.Gravatar Billy Lamberta2018-06-08
* Split out HloSliceInstruction as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-08
* Add TensorArrayGradWithShape op.Gravatar A. Unique TensorFlower2018-06-08
* Replace cout with VLOG(2).Gravatar A. Unique TensorFlower2018-06-08
* [tf.data] Print an actionable warning when a lookup table is created in a fun...Gravatar Derek Murray2018-06-08
* [INTEL MKL] Enable compilation of TF without MKL ML dependencyGravatar AG Ramesh2018-06-08
* Allow large allocations in toco.Gravatar A. Unique TensorFlower2018-06-08
* Bugfix for dilated_conv optimizations. We were failing to create im2col array...Gravatar A. Unique TensorFlower2018-06-08
* Avoid compilation of nodes that forward tensor refs.Gravatar A. Unique TensorFlower2018-06-08
* Optimizing transpose_conv.Gravatar A. Unique TensorFlower2018-06-08
* Change gRPC include directory from "grpc++" to "grpcpp"Gravatar A. Unique TensorFlower2018-06-08
* Add kGenerateToken HLO instruction.Gravatar Mark Heffernan2018-06-08
* Ask NumPy for read only array when converting it to Tensor.Gravatar Eugene Zhulenev2018-06-08
* [tf.data] Adding optimization for rewriting `shuffle(...).repeat(...)` to `sh...Gravatar Jiri Simsa2018-06-08
* Fix: Add back test case to test generator methods.Gravatar Pavithra Vijay2018-06-08
* Fix: Keras models using datasets in eager mode fail on float64 dataGravatar Pavithra Vijay2018-06-08
* Improve tfdbg documentation regarding high-level APIsGravatar Shanqing Cai2018-06-08
* [TF:XLA] Bump open source llvm revision to r334273Gravatar Sanjoy Das2018-06-08
* Use the new operators for list conversion. Includes list creation, append, po...Gravatar Dan Moldovan2018-06-08
* Delete deprecated protos.Gravatar A. Unique TensorFlower2018-06-08
* Split out opcodes using dimensions_ as subclasses from HloInstruction.Gravatar A. Unique TensorFlower2018-06-08
* Preserve input shape information when serializing deferred-build Sequential m...Gravatar Francois Chollet2018-06-08
* Increase relative error to 1e-4 on convolution_test.Gravatar Mark Heffernan2018-06-08
* Automated g4 rollback of changelist 199308328Gravatar Dimitris Vardoulakis2018-06-08
* [XLA:GPU] Add a mulit-output fusion pass to fuse sibling reduce instructions.Gravatar Thomas Joerg2018-06-08
* [tf.data] tf.contrib.data.CsvDataset: Add recovery for errors with quoted fieldsGravatar Rachel Lim2018-06-08
* [tf.data] Improve the error message for `Dataset.padded_batch()`.Gravatar Derek Murray2018-06-08
* Fix a typo in toco flags description.Gravatar A. Unique TensorFlower2018-06-08
* Obtain use_locking for resource variables in scatter_nd_add.Gravatar Adria Puigdomenech2018-06-08
* Detect configurations that would be hitting bugs in cuDNN and report an error.Gravatar A. Unique TensorFlower2018-06-08
* Fix RemoveUnusedNodes generating invalid graphs for PlaceholderWithDefault in...Gravatar A. Unique TensorFlower2018-06-08
* Removes error message from queues in eager (leaves the one in queuerunners).Gravatar Alexandre Passos2018-06-08
* Make tfe.py_func once differentiable.Gravatar Akshay Agrawal2018-06-08
* [XLA] Base class for fusing sibling instructions with multiple outputs.Gravatar Thomas Joerg2018-06-08
* Add checkpointing support for ReshufflingDataset.Gravatar Saurabh Saxena2018-06-07
* Upgrade Eigen version. Remove eigen_fix_cuda_compilation.patch because the fi...Gravatar A. Unique TensorFlower2018-06-07
* Wire in the kDomain infrastructure brought in by cl/193798254.Gravatar A. Unique TensorFlower2018-06-07
* Enhance row reduction implementation.Gravatar Bixia Zheng2018-06-07
* Replace add_variable() with add_weight() in official keras layers.Gravatar James Qin2018-06-07
* Implement Log operator.Gravatar A. Unique TensorFlower2018-06-07
* [DataFlowAnalysis] Be less conservative on loop fusion nodes when reusing buf...Gravatar Yunxing Dai2018-06-07
* Changes the batch_function decorator implementation to use the newly added Ba...Gravatar Vinu Rajashekhar2018-06-07
* Java: Release 1.9.0-rc0 (and update protbuf dependency)Gravatar Asim Shankar2018-06-07
* Pass checkpoint_path to predicate functions for experiment.continuous_eval ev...Gravatar A. Unique TensorFlower2018-06-07
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-06-07
* [XLA] Handle kSlice correctly in HloCostAnalysisGravatar David Majnemer2018-06-07
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-06-07
* C API: Fail gracefully if the serialized graph would be too large.Gravatar Asim Shankar2018-06-07
* [data-stats] Adds support to collect `features` and `feature-values` statisti...Gravatar Shivani Agrawal2018-06-07
* TOCO: return Status instead of crashing while converting "Conv".Gravatar A. Unique TensorFlower2018-06-07