aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Martin Wicke2017-09-02
* Replace CHECKs in v1 checkpoint loading codepath with returning errors.Gravatar A. Unique TensorFlower2017-09-02
* Update feature_util to support SequenceExample proto.Gravatar A. Unique TensorFlower2017-09-01
* Use the shared locks when reading the model.Gravatar A. Unique TensorFlower2017-09-01
* TypoGravatar Alexandre Passos2017-09-01
* Automated g4 rollback of changelist 167320150Gravatar A. Unique TensorFlower2017-09-01
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-01
* Contrib ops and kernels for summary ops which write without touching python.Gravatar Alexandre Passos2017-09-01
* Update CUB to 1.7.3Gravatar A. Unique TensorFlower2017-09-01
* Increase the size of the flaky sample_stats_test.pyGravatar Gunhan Gulsoy2017-09-01
* Automated g4 rollback of changelist 167318475Gravatar Jacques Pienaar2017-09-01
* Implement reduce_min and reduce_max gradients.Gravatar A. Unique TensorFlower2017-09-01
* Automated g4 rollback of changelist 166396680Gravatar A. Unique TensorFlower2017-09-01
* Revert breaking changeGravatar Jonathan Hseu2017-09-01
* Enable partial JPEG decompression.Gravatar Mingxing Tan2017-09-01
* Fix issue where some pooling op gradients on the CPU would fail when strides ...Gravatar A. Unique TensorFlower2017-09-01
* Internal changeGravatar A. Unique TensorFlower2017-09-01
* Change bfloat constructor to accept a float to avoid truncation in implicit c...Gravatar A. Unique TensorFlower2017-09-01
* Fix convert_to_tensor problem for list of TensorNodesGravatar A. Unique TensorFlower2017-09-01
* Fixing typo.Gravatar A. Unique TensorFlower2017-09-01
* Change global step to int64.Gravatar Jacques Pienaar2017-09-01
* Added registry for variants for op ZerosLike.Gravatar Eugene Brevdo2017-09-01
* Join an unjoined checked thread in fifo_queue_test.Gravatar Gunhan Gulsoy2017-09-01
* Fix broken link in Estimators.Gravatar A. Unique TensorFlower2017-09-01
* Use boolean literals where appropriate instead of narrowing intsGravatar A. Unique TensorFlower2017-09-01
* Adding back contrib.receptive_field test to oss.Gravatar A. Unique TensorFlower2017-09-01
* Automated g4 rollback of changelist 167286643Gravatar A. Unique TensorFlower2017-09-01
* Add `gan` import to cmake.Gravatar A. Unique TensorFlower2017-09-01
* Shard some tests to prevent timeouts.Gravatar A. Unique TensorFlower2017-09-01
* Update feature_util to support SequenceExample proto.Gravatar A. Unique TensorFlower2017-09-01
* Rollback update-ability of dataflow and alias analysis added in cl/164923041 ...Gravatar Mark Heffernan2017-09-01
* Improve the error messaging in the case of label dimension mismatch.Gravatar A. Unique TensorFlower2017-09-01
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-08-31
* Initial submit for TFGAN.Gravatar A. Unique TensorFlower2017-08-31
* [XLA] Dump nested fusion nodes without crashingGravatar David Majnemer2017-08-31
* Fixing small issues introduced with tf.contrib.receptive_fieldGravatar A. Unique TensorFlower2017-08-31
* Automatically fill in num_classes, growing_mode, pruning_mode, learning_rate ...Gravatar A. Unique TensorFlower2017-08-31
* Change node name index in InstantiateFunction from an unordered map to an ord...Gravatar Peter Hawkins2017-08-31
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-08-31
* Introducing tf.contrib.receptive_fieldGravatar A. Unique TensorFlower2017-08-31
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-08-31
* [TF:XLA] Implement SoftSign, SoftSignGrad, ReciprocalGrad, ApproximateEqual, ...Gravatar Peter Hawkins2017-08-31
* [XLA] Sanity check the list of called computations for fusion nodesGravatar David Majnemer2017-08-31
* Update profiler doc.Gravatar A. Unique TensorFlower2017-08-30
* Make SummaryEntry a msan-resistant plain-old-data (something that can be safe...Gravatar A. Unique TensorFlower2017-08-30
* Add function support to Tensorflow C APIGravatar Igor Ganichev2017-08-30
* Eager-graph mode should work with gradient computation.Gravatar Alexandre Passos2017-08-30
* Annotate the graph properties with input values if they're known statically.Gravatar Benoit Steiner2017-08-30
* Fix TSAN flakes in Keras io_utils test.Gravatar Francois Chollet2017-08-30
* Don't use std::pair on GPU since it's not supported by nvccGravatar Benoit Steiner2017-08-30