aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Document TFLite Ops VersioningGravatar Yu-Cheng Ling2018-06-08
* Hybrid embedding lookup opGravatar Alan Chiao2018-06-08
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-06-08
* Remove logic in RandomAccessInputStream to check for out of range read, as it...Gravatar Ruoxin Sang2018-06-08
* Internal change.Gravatar A. Unique TensorFlower2018-06-08
* [tf.data] Adding `drop_remainder` argument to `tf.data.Dataset.batch()` and `...Gravatar Jiri Simsa2018-06-08
* Created a ThreadPoolDevice wrapper to make each op run with the number of thr...Gravatar A. Unique TensorFlower2018-06-08
* Support reloading tflite models into toco IR.Gravatar Andrew Selle2018-06-08
* [XLA] Add flag to BatchNormExpander pass that lets it use explicit broadcasts...Gravatar Justin Lebar2018-06-08
* 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