aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Remove magic-doc-links from code.Gravatar Mark Daoust2018-08-16
* Merge pull request #20039 from jrbtaylor:graph_editor_fixGravatar TensorFlower Gardener2018-08-11
|\
* | Use code blocks in the swap_ts and reroute_ts docstrings.Gravatar Dan Ringwalt2018-07-23
| * tf.contrib.graph_editor.transform.copy_op_handler: change default copy_shape ...Gravatar Jason Taylor2018-06-14
|/
* Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Adds a nodedef_fn parameter to copy_op_handler, allowing customization by mut...Gravatar A. Unique TensorFlower2018-04-11
* Adds a within_ops_fn parameter to get_forward_walk_ops and get_backward_walk_opsGravatar A. Unique TensorFlower2018-04-09
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Make the graph_editor C-API friendly: always construct ops with their inputs.Gravatar Frank Perbet2018-03-21
* Automated g4 rollback of changelist 189346024Gravatar Frank Perbet2018-03-16
* Make the graph_editor C-API friendly: always construct ops with their inputs.Gravatar Frank Perbet2018-03-16
* Replace deprecated _control_inputs with remove/add to avoid warnings.Gravatar Dan Ringwalt2018-02-28
* (Temporarily) call Graph._add_op outside of Operation.__init__ again.Gravatar Skye Wanderman-Milne2017-11-29
* Call Graph._add_op in Operation.__init__ (and remove existing calls).Gravatar Skye Wanderman-Milne2017-11-17
* Allowing __iter__ over 1+dimensional tensors with known shapes.Gravatar Alexandre Passos2017-11-03
* BUILD dependency cleanup in contrib/...Gravatar A. Unique TensorFlower2017-10-26
* math_grad: Fast path for when broadcasting is not needed.Gravatar A. Unique TensorFlower2017-10-16
* Copy public tf.contrib.graph_editor.reroute_{inputs,outputs} docs.Gravatar Dan Ringwalt2017-10-11
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* Merge changes from github.Gravatar Benoit Steiner2017-08-04
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-18
* Fix bug with graph_replace on graphs with gradients. Added a test to verify t...Gravatar A. Unique TensorFlower2017-07-10
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Selected BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-06-18
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Optimization.Gravatar A. Unique TensorFlower2017-04-12
* Automated rollback of change 149812873Gravatar Shanqing Cai2017-03-10
* Automated rollback of change 149741516Gravatar Dandelion Mané2017-03-10
* Replace all_files data dependencies of build_pip_package with py_library targetsGravatar Shanqing Cai2017-03-10
* graph_editor: move match.py into the the test folder as it is not meant to be...Gravatar Frank Perbet2017-03-10
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Update module docstrings to (consistently) link to the guide in theGravatar A. Unique TensorFlower2017-02-24
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
* Fix documentation and guide for graph_editorGravatar Andrew Selle2017-02-13
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Documentation changes to adhere to new doc generatorGravatar Brennan Saeta2017-02-13
* graph_editor: easier subgraph remapping of inputs/outputs.Gravatar A. Unique TensorFlower2017-02-01
* Added missing build targets.Gravatar A. Unique TensorFlower2017-01-31
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Remove access to individual sub-modules: only use the symbols imported at the...Gravatar A. Unique TensorFlower2017-01-28
* Fix transform for cyclic graph (second try). Deprecate in-place transform.Gravatar A. Unique TensorFlower2017-01-26
* Fix transform for cyclic graph.Gravatar A. Unique TensorFlower2017-01-18
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Create a copy of the collections dict's items before doing iteration that cou...Gravatar A. Unique TensorFlower2016-12-29
* Fix two bugs int the Graph editor;Gravatar A. Unique TensorFlower2016-12-21