aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Limit number of entries in the cache.Gravatar Akshay Modi2018-06-06
* Use memmove instead of memcpy for the large tensors on Linux.Gravatar Eugene Zhulenev2018-06-06
* Fixes an error where a defun with no outputs crashes when called on inputs be...Gravatar A. Unique TensorFlower2018-06-06
* Clarify documentation of Dataset.filterGravatar James Keeling2018-06-06
* Error checking in c/python code.Gravatar Alexandre Passos2018-06-06
* Only calls compare function if values were read from event fileGravatar A. Unique TensorFlower2018-06-05
* internal changeGravatar Yifei Feng2018-06-05
* No longer assume that the default job is "localhost" in graph modeGravatar A. Unique TensorFlower2018-06-05
* Introduce tf.contrib.control_flow.new_cond.Gravatar Skye Wanderman-Milne2018-06-05
* Extend and refactor reader_ops_testGravatar A. Unique TensorFlower2018-06-05
* Fix bug in which uncompiled tf.keras.Models cannot be savedGravatar Shanqing Cai2018-06-05
* Fix docstring formatting.Gravatar A. Unique TensorFlower2018-06-05
* Edit error message to make it clear which yaml module you need.Gravatar Mark Daoust2018-06-05
* Eliminate nested try/catch's in Distribution._call_prob and friends. These ne...Gravatar Christopher Suter2018-06-05
* Delete "RuntimeWarning" it is not having the intended effect.Gravatar Mark Daoust2018-06-05
* Expose `@tfe.run_all_tests_in_graph_and_eager_modes`.Gravatar Tom Hennigan2018-06-05
* Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
* Handle scalar input to assert_equal in eager.Gravatar Tom Hennigan2018-06-05
* Added missing backtick in tf.ones_like documentationGravatar A. Unique TensorFlower2018-06-05
* More handle_data fixing.Gravatar Skye Wanderman-Milne2018-06-04
* Adds update_ops to train_op for all heads.Gravatar A. Unique TensorFlower2018-06-04
* Add various missing aliases for symbols in tf.keras submodules.Gravatar Francois Chollet2018-06-04
* added clearer description for invalid behavior when executing in eager mode.Gravatar A. Unique TensorFlower2018-06-04
* Fix visibility for tf.keras.__version__Gravatar Mark Daoust2018-06-04
* Add stored eager variables to graph collections.Gravatar Tom Hennigan2018-06-04
* [tf.data] Input pipeline rewrites prototype.Gravatar Jiri Simsa2018-06-03
* Mark tensorflow/python/kernel_tests/linalg:linear_operator_identity_test as o...Gravatar Peter Hawkins2018-06-01
* Fix a bug for unspecified dtype of acc_shape that can cause type mismatch.Gravatar A. Unique TensorFlower2018-06-01
* Making sure that weight_collections are respected for shared_embedding_columnsGravatar Rohan Jain2018-05-31
* Add a single positional argument mode for shape inference in subclassed Models.Gravatar Allen Lavoie2018-05-31
* Raise the test timeout for tensorflow/python:warm_starting_util_test due to f...Gravatar Peter Hawkins2018-05-31
* Make the TFOptimizer wrapper checkpointable.Gravatar Allen Lavoie2018-05-31
* Add utility for converting FunctionDef to GraphDef and _FuncGraph.Gravatar Saurabh Saxena2018-05-31
* Similar to cr/188652533, specify the `maximum_iterations` to tf.while_loop in...Gravatar A. Unique TensorFlower2018-05-31
* Write checkpoint path of evaluated checkpoint to the event file.Gravatar A. Unique TensorFlower2018-05-31
* Expose the ExponentialMovingAverage name as a public property.Gravatar A. Unique TensorFlower2018-05-31
* Moving generated API to tensorflow/.Gravatar Anna R2018-05-31
* Another handle_data fix for graph-mode functions.Gravatar Skye Wanderman-Milne2018-05-31
* Add a subclassed Model's attribute-assigned variables to Model.weights et alGravatar Allen Lavoie2018-05-30
* Fix bug with renorm + virtual_batch_size.Gravatar Chris Ying2018-05-30
* Add a convenience function, build_supervised_input_receiver_fn_from_input_fn,Gravatar Karmel Allison2018-05-30
* Makes empty() support uint8 on cpu.Gravatar A. Unique TensorFlower2018-05-30
* Remove environment variable to disable C API.Gravatar Skye Wanderman-Milne2018-05-30
* Makes most variable writes depend on the cached value.Gravatar Alexandre Passos2018-05-30
* Add `fill_triangular_inverse`, which flattens a triangular matrix in a way su...Gravatar Joshua V. Dillon2018-05-30
* KL divergence for two Dirichlet distributions.Gravatar A. Unique TensorFlower2018-05-30
* Adds GPU kernel registration for igamma, igammac.Gravatar Brian Patton2018-05-30
* Improve error message when a missing feature name is passed as a unicode string.Gravatar A. Unique TensorFlower2018-05-30
* Use absolute indexing in `fill_triangular`.Gravatar Joshua V. Dillon2018-05-29
* Wraps the FinalOp exection with a user-friendly error mssage.Gravatar Jianwei Xie2018-05-29