aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Make gradient tape stack thread localGravatar Igor Ganichev2018-10-05
* Fix documentation.Gravatar A. Unique TensorFlower2018-10-05
* BEGIN_PUBLICGravatar A. Unique TensorFlower2018-10-05
* compat: Update forward compatibility horizon to 2018-10-05Gravatar A. Unique TensorFlower2018-10-05
* Fix regression that caused xrange to be ignored.Gravatar Dan Moldovan2018-10-04
* Merge pull request #21945 from efagerho:masterGravatar TensorFlower Gardener2018-10-04
|\
* | Pin ops with small integer inputs (already on the cpu) to the cpu in eager.Gravatar Akshay Modi2018-10-04
* | This CL fixes a bug in the eager benchmarks test that caused the defun tests ...Gravatar A. Unique TensorFlower2018-10-04
* | Avoid creating control edges on not-this-graph.Gravatar Alexandre Passos2018-10-04
* | Automated rollback of commit 6b538d9ce54e878576131cde0c76e43a893180c2Gravatar Smit Hinsu2018-10-04
* | Internal change.Gravatar Anna R2018-10-04
* | Enable masking through a Sequential model.Gravatar Francois Chollet2018-10-04
* | [tf.data] Add a notion of `captured args` to MapDefunGravatar Rachel Lim2018-10-04
* | Temporarily disable testCondInDefun test in control_flow_ops_py_testGravatar Smit Hinsu2018-10-04
* | [tf.data] Clean up tests for `tf.data.experimental`.Gravatar Derek Murray2018-10-04
* | Makes sure Keras Layer's `__call__` is always used in Eager.Gravatar A. Unique TensorFlower2018-10-04
* | Add a separator between shape and dtype in cache key encoding.Gravatar Akshay Modi2018-10-04
* | Add "encoding" attribute to string substr op, which controls how each "charac...Gravatar A. Unique TensorFlower2018-10-04
* | Merge pull request #22660 from gautam1858:patch-18Gravatar TensorFlower Gardener2018-10-04
|\ \
* \ \ Merge pull request #22392 from yanboliang:metricsGravatar TensorFlower Gardener2018-10-04
|\ \ \
* | | | Add ability to vectorize nodes that do not derive from function arguments. (T...Gravatar Rachel Lim2018-10-04
* | | | Gracefully disallow updating resource variables with invalid shapes.Gravatar Asim Shankar2018-10-04
* | | | Add option in tf.gradients() to return zero tensors for unconnected gradients.Gravatar A. Unique TensorFlower2018-10-04
* | | | Make batch_gather work with indices of dtype int64.Gravatar Adria Puigdomenech2018-10-04
* | | | Automated rollback of commit 70a395f9795a48c21bc35cdf1dc44778f73a7bbaGravatar A. Unique TensorFlower2018-10-04
* | | | compat: Update forward compatibility horizon to 2018-10-04Gravatar A. Unique TensorFlower2018-10-04
* | | | [tf.data] Fix bug in `tf.data.experimental.unbatch()`.Gravatar Derek Murray2018-10-03
* | | | assert_nontrivial_match in tf.keras.Model.load_weights (TF format)Gravatar Allen Lavoie2018-10-03
* | | | Disable norm_op_test and svd_op_test under msanGravatar Smit Hinsu2018-10-03
* | | | Merge pull request #22591 from EFanZh:fix-docsGravatar TensorFlower Gardener2018-10-03
|\ \ \ \
* | | | | Update size of multi_device_iterator_test to medium to fix timeoutsGravatar Smit Hinsu2018-10-03
* | | | | Add a require_static_shapes argument to DistributionStrategy class. This allo...Gravatar Anjali Sridhar2018-10-03
* | | | | Fixes bug in Conv2D unit test that made it test a SeparableConv2D layer inste...Gravatar A. Unique TensorFlower2018-10-03
* | | | | Some tiny speed improvements for defun.Gravatar Akshay Modi2018-10-03
* | | | | Updates the doc of SyncReplicasOptimizer. It notes that some worker can consu...Gravatar Mustafa Ispir2018-10-03
* | | | | [data-stats] Sets user given `tag` and `counter_prefix` with `set_stats_aggre...Gravatar Shivani Agrawal2018-10-03
* | | | | [tf.data] Fix noisy warning.Gravatar Jiri Simsa2018-10-03
* | | | | Automated rollback of commit 51b266fba181dffb6b3f9207280cde6b7670dd90Gravatar Jiri Simsa2018-10-03
* | | | | [tf.data] Fix noisy warning.Gravatar Jiri Simsa2018-10-03
* | | | | Update _check_shape to accept six.integer_types instead of intGravatar A. Unique TensorFlower2018-10-03
* | | | | Fix filename/line number lookup for logging.Gravatar Russell Power2018-10-03
* | | | | Re-enable the arithmetic optimizer by default in tests.Gravatar A. Unique TensorFlower2018-10-03
* | | | | Fix bug in shape function for transpose: If the rank of the input is unknown ...Gravatar A. Unique TensorFlower2018-10-03
* | | | | compat: Update forward compatibility horizon to 2018-10-03Gravatar A. Unique TensorFlower2018-10-03
* | | | | Internal change.Gravatar Anna R2018-10-02
* | | | | Further loosen bounds for depthwise_conv_op_test.Gravatar Anna R2018-10-02
* | | | | Improve error messages and doc strings for eager-mode tf.keras.Model.fit() + ...Gravatar Shanqing Cai2018-10-02
* | | | | Automated rollback of commit b7e9cbab27c893283acc4a6154d7a59dffb23758Gravatar Derek Murray2018-10-02
* | | | | Set shape for output tensors of cond_v2.Gravatar Saurabh Saxena2018-10-02
* | | | | Use `defun` instead of `Defun` for `tf.data`, except for `make_one_shot_itera...Gravatar Shivani Agrawal2018-10-02