aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
...
* | | | | | | | 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
* | | | | | | | Add missing `import unittest` to control_flow_ops_py_test.pyGravatar Todd Wang2018-10-02
* | | | | | | | Merge pull request #22517 from IMBurbank:masterGravatar TensorFlower Gardener2018-10-02
|\ \ \ \ \ \ \ \
* | | | | | | | | Update Keras RNN layer to support time major input.Gravatar Scott Zhu2018-10-02
* | | | | | | | | Internal change.Gravatar Revan Sopher2018-10-02
* | | | | | | | | Add support for multiple input/output numpy arrays when using Keras APIs.Gravatar Anjali Sridhar2018-10-02
* | | | | | | | | Merge pull request #17672 from joeyearsley:patch-3Gravatar TensorFlower Gardener2018-10-02
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* | | | | | | | | | Copy tf.distributions to tfp.distributions, and deprecate the tf.distribution...Gravatar A. Unique TensorFlower2018-10-02
* | | | | | | | | | Allow creating a list from a tensor. Fix a few inconsistencies in the tensor ...Gravatar Dan Moldovan2018-10-02
* | | | | | | | | | Fix the case when an object may have multiple directives with the same annota...Gravatar Dan Moldovan2018-10-02
* | | | | | | | | | Merge pull request #22126 from ConcurrencyPractitioner:masterGravatar TensorFlower Gardener2018-10-02
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Use xlogy in a few places in TFP to avoid NaN's for certain special cases.Gravatar A. Unique TensorFlower2018-10-02
| | * | | | | | | | | Updated ordering for kwargsGravatar joe yearsley2018-10-02
* | | | | | | | | | | Export endpoint for the version of the `regex_replace` function that calls St...Gravatar A. Unique TensorFlower2018-10-02
* | | | | | | | | | | compat: Update forward compatibility horizon to 2018-10-02Gravatar A. Unique TensorFlower2018-10-02
| | | | | | * | | | | Update backend.pyGravatar Gautam2018-10-02
| |_|_|_|_|/ / / / / |/| | | | | | | | |
| | | | | | | | * | Update backend.py Gravatar Gautam2018-10-02
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Loosen test bounds.Gravatar Revan Sopher2018-10-01
* | | | | | | | | [tf.data] Adding `tf.data.Options()`, `tf.data.Dataset.options()`, and `tf.da...Gravatar Jiri Simsa2018-10-01
* | | | | | | | | Mark bfloat16 as supported for ExponentialMovingAverage.Gravatar A. Unique TensorFlower2018-10-01
* | | | | | | | | [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* | | | | | | | | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* | | | | | | | | Override implementation of log survival for Exponential distribution to bette...Gravatar A. Unique TensorFlower2018-10-01
* | | | | | | | | Add email comment explicitly authorizing distributions/special_math.py be rel...Gravatar Joshua V. Dillon2018-10-01
* | | | | | | | | If keras_model_path is google storage url, provide util to download modelGravatar Zhenyu Tan2018-10-01
* | | | | | | | | Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* | | | | | | | | Don't run initialize ops if it's empty. Fixes a bug when using the profiler.Gravatar Jonathan Hseu2018-10-01
* | | | | | | | | Drop external control dependencies in tfe.defun.Gravatar Alexandre Passos2018-10-01
* | | | | | | | | Fix benchmark regression.Gravatar Alexandre Passos2018-10-01
* | | | | | | | | Minor speed improvements to defun.Gravatar Akshay Modi2018-10-01
* | | | | | | | | Make cond_v2 If op lowering work in a defun + eager.Gravatar Skye Wanderman-Milne2018-10-01