aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Fix the profiler copy.baraGravatar A. Unique TensorFlower2017-09-16
* Enabling sparsify_gather to be called before freeze.Gravatar A. Unique TensorFlower2017-09-16
* Fixed formatting in contrib.data.Dataset documentation.Gravatar A. Unique TensorFlower2017-09-16
* Use the correct module for ones_like.Gravatar A. Unique TensorFlower2017-09-16
* [XLA:GPU] Use CallInliner pass to work around broken Call support on GPU. Ena...Gravatar Peter Hawkins2017-09-16
* Add ability to load graph from resource.Gravatar A. Unique TensorFlower2017-09-15
* Cut dependencies between XLA client/service and CPU/GPU backends.Gravatar Justin Lebar2017-09-15
* Remove contrib/imperative.Gravatar Vincent Vanhoucke2017-09-15
* Dynamically control training/evaluation iterations.Gravatar Jianwei Xie2017-09-15
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-15
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-15
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* [XLA:CPU] Implement map fusion.Gravatar Sanjoy Das2017-09-15
* Fix broken test: tensorflow/contrib/eager/python:datasets_testGravatar Asim Shankar2017-09-15
* Internal change.Gravatar Eugene Brevdo2017-09-15
* disable asan for test timeoutGravatar Olivia Nordquist2017-09-15
* disabling failing tsan testGravatar Olivia Nordquist2017-09-15
* Adding support for capture-by-value.Gravatar A. Unique TensorFlower2017-09-15
* Update the minimum requirement of espsilon for batch norm.Gravatar Yao Zhang2017-09-15
* Add ops that perform color transforms (including changing value, saturation a...Gravatar A. Unique TensorFlower2017-09-15
* disabling timeout test in opensource buildGravatar Olivia Nordquist2017-09-15
* [tf.contrib.data] Expose `tf.contrib.data.batch_and_drop_remainder()`.Gravatar Derek Murray2017-09-15
* Adds DNNEstimator to tf.contrib.estimator.Gravatar A. Unique TensorFlower2017-09-15
* Automated g4 rollback of changelist 168458634Gravatar Patrick Nguyen2017-09-15
* Output metrics in train mode for multihead.Gravatar A. Unique TensorFlower2017-09-15
* Make sure all checked threads are joined before they are terminated.Gravatar Gunhan Gulsoy2017-09-15
* Fixing the build command.Gravatar A. Unique TensorFlower2017-09-15
* Script that generates __init__.py files based on tf_api_names annotations.Gravatar Anna R2017-09-15
* Adds multi_label_head in tf.contrib.estimatorGravatar A. Unique TensorFlower2017-09-15
* tfdbg: fix a bug in list_inputs and list_outputsGravatar Shanqing Cai2017-09-15
* [XLA] Add S64 while loop test.Gravatar Jacques Pienaar2017-09-15
* Certain ops don't need eager gradients to keep their inputs / outputs alive.Gravatar Alexandre Passos2017-09-15
* Minor renaming from tfcompile.Config to tf2xla.Config in comments.Gravatar A. Unique TensorFlower2017-09-15
* [tf.contrib.data] Add `batch_and_drop_remainder` transformation.Gravatar Derek Murray2017-09-15
* Bugfix to tf.contrib.seq2seq beam_search_ops: GPU edge case of seq_len == 0.Gravatar Eugene Brevdo2017-09-15
* Add ConvertGraphDefToXla to convert from GraphDef to xla::Computation.Gravatar A. Unique TensorFlower2017-09-15
* [XLA] Remove superfluous locking from xla::ComputationBuilder.Gravatar Peter Hawkins2017-09-15
* Migrate TFGAN eval to opensource.Gravatar A. Unique TensorFlower2017-09-15
* * dataset_ops.read_batch_features() now discards keys for keyed Dataset.Gravatar A. Unique TensorFlower2017-09-15
* Optimize C++ kernels for the matrix_band_part op, which is used in various op...Gravatar A. Unique TensorFlower2017-09-15
* [tf.contrib.data] Add colocation constraints between Iterator and Datasets.Gravatar Derek Murray2017-09-15
* TFE: Clearer error message when enable_eager_execution is called more than onceGravatar Shanqing Cai2017-09-15
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-15
* Add signature def utility functions for inspection of input and output types ...Gravatar A. Unique TensorFlower2017-09-15
* Fix a bug in export GTFlow model to shared format with sparse float splitGravatar A. Unique TensorFlower2017-09-15
* Fix typo "comptuation" (computation)Gravatar A. Unique TensorFlower2017-09-15
* Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2017-09-14
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-09-14
* Add in a comment that I forgot to add to a previous commit; NFC.Gravatar Sanjoy Das2017-09-14
* Add missing back-quoteGravatar Mark Daoust2017-09-14