aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* 1. Support profiling nodes in RunMetadata but not in GraphDef.Gravatar A. Unique TensorFlower2017-08-15
* Add decode_jpeg benchmark and set the baseline for further optimizations.Gravatar Mingxing Tan2017-08-15
* Make indices placeholder in sparse_placeholder maintain rank information.Gravatar A. Unique TensorFlower2017-08-15
* 1. Adjust code view pprof image to better visualize backprop.Gravatar A. Unique TensorFlower2017-08-15
* eager: Handle both UTF8 strings and bytes in Python3 correctly.Gravatar Asim Shankar2017-08-15
* Expose TFE_DeleteContext in pywrap_tensorflow.Gravatar A. Unique TensorFlower2017-08-15
* Internal change.Gravatar Ali Yahya2017-08-15
* Correct docstring example.Gravatar A. Unique TensorFlower2017-08-15
* Silence more unnecessary shutdown messages.Gravatar A. Unique TensorFlower2017-08-15
* Allow whitelisting ops to be wrapped in tf_gen_op_wrapper_py.Gravatar A. Unique TensorFlower2017-08-15
* Clarify that `x` in `tf.nn.dropout` needs to be a floating point tensor.Gravatar Igor Saprykin2017-08-15
* TFE: Add missing srcs_version to BUILD fileGravatar Shanqing Cai2017-08-15
* Fixed python 3 issue with string attr values.Gravatar Alexandre Passos2017-08-15
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Make the RMSPropOptimizer docstring more explicit about sparse vs. denseGravatar Allen Lavoie2017-08-15
* Simplify saved_model/utils_test by using tf.sparse_placeholder() as a quickGravatar 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
* Make it possible to use layers from `tf.layers` directly in a Keras model.Gravatar Francois Chollet2017-08-14
* Silence unnecessary shutdown messages.Gravatar Alexandre Passos2017-08-14
* Improving RNNs documentationGravatar A. Unique TensorFlower2017-08-14
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-14
* Minor grammatical fix in commentGravatar A. Unique TensorFlower2017-08-14
* convert_to_tensor calls eager_convert_to_tensor in eager modeGravatar Alexandre Passos2017-08-14
* Eager infrastructure to do backpropagation.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
* 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
* Correctly handles infs and nans as attr default values.Gravatar Ali Yahya2017-08-11
* Make object layers public in tf.layers.Gravatar Francois Chollet2017-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
* Fix to SeparableConv2D that did not work when a stride >1 wasGravatar A. Unique TensorFlower2017-08-11
* Speech keyword detector tutorialGravatar Pete Warden2017-08-11
* Use eager-execution-safe op bindings by default.Gravatar Alexandre Passos2017-08-11
* Bring back the stable sort property for topk on CPU. Fixes #10003.Gravatar Eugene Brevdo2017-08-11
* Internal changesGravatar Shanqing Cai2017-08-11
* Factoring out a create_loss() function for all Heads.Gravatar A. Unique TensorFlower2017-08-11
* tfdbg: extend grpc_debug_server protocol for interactive debuggingGravatar Shanqing Cai2017-08-11
* Merge code from PR #11940 with internal changes from cl/164796436, and update...Gravatar A. Unique TensorFlower2017-08-10
* Make HloAliasAnalysis updatable after changes to the HLO graph.Gravatar Mark Heffernan2017-08-10
* Merged commit includes the following changes:Gravatar A. Unique TensorFlower2017-08-11
* Internal changeGravatar A. Unique TensorFlower2017-08-10
* Allow TFE_TensorHandleCopyToDevice to have the same device as src andGravatar A. Unique TensorFlower2017-08-10
* Experimental C and Python APIs to invoke TensorFlow kernels on concrete values.Gravatar Alexandre Passos2017-08-10
* Recover MonitoredSession when the Coordinator is requested to stop with one o...Gravatar Igor Saprykin2017-08-10
* Loosen assertClose tolerance in a couple of tests where the floatingGravatar A. Unique TensorFlower2017-08-10
* Remove unnecessary BUILD dependencies in tensorflow/pythonGravatar A. Unique TensorFlower2017-08-10