aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/parallel_for
Commit message (Expand)AuthorAge
* Parallel_for: fix converters for some ops that don't support broadcasting.Gravatar A. Unique TensorFlower2018-09-30
* jacobian: manually setting the output shape in the output.Gravatar A. Unique TensorFlower2018-09-19
* parallel_for: add a bunch of converters for cwise ops and gradients.Gravatar A. Unique TensorFlower2018-09-14
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-10
* Merge pull request #21716 from artsobolev:pfor-softplus-fixGravatar TensorFlower Gardener2018-09-05
|\
* | jacobian: allow case where output is not dependent on input.Gravatar A. Unique TensorFlower2018-08-21
| * Make SoftplusGrad convertibleGravatar Artem Sobolev2018-08-19
| * Use tf.platform FLAGS wrapper instead of raw abslGravatar Artem Sobolev2018-08-19
|/
* Increase `control_flow_ops_test` size to large to fix timeoutGravatar Rachel Lim2018-08-10
* Fix typosGravatar Taehoon Lee2018-07-24
* Remove usage of remove_undocumented from core parallel_for.Gravatar Michael Case2018-07-18
* Re-enable some flaky tests that were affected by lowGravatar A. Unique TensorFlower2018-07-16
* Fix typosGravatar Taehoon Lee2018-07-09
* Parallel-for: Change while_loop conversion so that any resource/variant tensorsGravatar A. Unique TensorFlower2018-07-03
* [Parallel-for] Add pfor converters for parsing ops (decode_csv, parse_single_...Gravatar Rachel Lim2018-07-03
* Add support for "parallel for" abstraction, optimized via graph rewrite. ThisGravatar A. Unique TensorFlower2018-07-02