aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Make the RMSPropOptimizer docstring more explicit about sparse vs. denseGravatar Allen Lavoie2017-08-15
* Use updated gemmlowp worker pool api.Gravatar A. Unique TensorFlower2017-08-15
* Running session.close if coordinator can't kill all threads.Gravatar A. Unique TensorFlower2017-08-15
* Simplify saved_model/utils_test by using tf.sparse_placeholder() as a quickGravatar A. Unique TensorFlower2017-08-15
* Internal-only change.Gravatar A. Unique TensorFlower2017-08-15
* Allow multiple averages in the same scope without name collisions.Gravatar A. Unique TensorFlower2017-08-14
* Make tf.ResourceVariable, tf.constant_op, tf.identity, tf.colocate_with,Gravatar A. Unique TensorFlower2017-08-14
* Avoid creating new nodes and updating the input names of output nodes, if a f...Gravatar Yao Zhang2017-08-14
* Add shard_dimensions to TPUConfigGravatar Brennan Saeta2017-08-14
* Make it possible to use layers from `tf.layers` directly in a Keras model.Gravatar Francois Chollet2017-08-14
* [tf.contrib.data] Add warning in dataset.map if user only specifies output_bu...Gravatar A. Unique TensorFlower2017-08-14
* Internal ChangeGravatar A. Unique TensorFlower2017-08-14
* Colocate the TPU split op with the inputsGravatar Brennan Saeta2017-08-14
* Consolidated missing cpu instructions messageGravatar Toby Boyd2017-08-14
* Implement dot fusion on the CPU backend for some simple cases.Gravatar A. Unique TensorFlower2017-08-14
* Re-enable winograd nonfused flag by default.Gravatar Yangzihao Wang2017-08-14
* Support summary proto in eval_metrics in estimator.Gravatar A. Unique TensorFlower2017-08-14
* Silence unnecessary shutdown messages.Gravatar Alexandre Passos2017-08-14
* Improving RNNs documentationGravatar A. Unique TensorFlower2017-08-14
* Improving support for freeze_graph in metagraph_transform.Gravatar A. Unique TensorFlower2017-08-14
* Refactor XLA Gather to use a common implementation for Gather, ResourceGather...Gravatar A. Unique TensorFlower2017-08-14
* Implement gradients for simple binary operators.Gravatar A. Unique TensorFlower2017-08-14
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-14
* internal changeGravatar A. Unique TensorFlower2017-08-14
* Minor grammatical fix in commentGravatar A. Unique TensorFlower2017-08-14
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-08-14
* Add back link to TensorFlow Serving.Gravatar A. Unique TensorFlower2017-08-14
* [tf.contrib.data] Use TF_CALL_DATASET_TYPES in dataset implementations.Gravatar Derek Murray2017-08-14
* Internal changesGravatar Shanqing Cai2017-08-14
* Implement c++ gradient for the AddN operator.Gravatar A. Unique TensorFlower2017-08-14
* convert_to_tensor calls eager_convert_to_tensor in eager modeGravatar Alexandre Passos2017-08-14
* Update hash for NVlabs/cub.Gravatar A. Unique TensorFlower2017-08-14
* Eager infrastructure to do backpropagation.Gravatar Alexandre Passos2017-08-14
* Enables eager API and runtime benchmarks.Gravatar Alexandre Passos2017-08-14
* Check that weights are part of the correct graph in `hinge_loss`.Gravatar A. Unique TensorFlower2017-08-14
* Refactoring canned Estimators to use a logit_fn.Gravatar A. Unique TensorFlower2017-08-14
* Several updates and fixes for fused batchnorm in xla.Gravatar A. Unique TensorFlower2017-08-14
* Turn the deviced_id and resource_id fields of TraceEvents from uint64 to uint32Gravatar A. Unique TensorFlower2017-08-14
* Restore doc string for the "name" argument.Gravatar A. Unique TensorFlower2017-08-12
* Fix bug where a string constant with a space can get wordGravatar A. Unique TensorFlower2017-08-12
* Fix open-source build errors in examples/speech_commandGravatar Shanqing Cai2017-08-11
* Don't run constant folding when xla is turned on since it isn't stable enough.Gravatar Benoit Steiner2017-08-11
* Add a few missing inclusionsGravatar A. Unique TensorFlower2017-08-11
* Correctly handles infs and nans as attr default values.Gravatar Ali Yahya2017-08-11
* Allow the next input in ScheduledOutputTrainingHelper to be computed by any c...Gravatar Adam Roberts2017-08-11
* Make object layers public in tf.layers.Gravatar Francois Chollet2017-08-11
* Fix unicode error in device_setter_test.Gravatar A. Unique TensorFlower2017-08-11
* TFE: Fix for bug in graph_only_ops.py.Gravatar Ali Yahya2017-08-11
* Move core.Tensor into framework/ops.py.Gravatar A. Unique TensorFlower2017-08-11