aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor
Commit message (Expand)AuthorAge
* (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
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Merge changes from github.Gravatar Andrew Harp2016-12-08
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Fix ge. swap with repeated tensors.Gravatar A. Unique TensorFlower2016-10-17
* graph_replace now supports dictionary as input.Gravatar A. Unique TensorFlower2016-10-06
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Fix broken lists in documentation, and back-quote more identifiers.Gravatar Patrick Nguyen2016-09-28
* Fix spelling in identifier name (hanlder->handler).Gravatar Patrick Nguyen2016-09-28
* Fix spelling in docstrings.Gravatar Patrick Nguyen2016-09-28
* Faster transform operation.Gravatar A. Unique TensorFlower2016-09-17
* graph_replace: return original tensor if not transformed.Gravatar A. Unique TensorFlower2016-09-07
* Added test for copy_with_input_replacements and graph_replace.Gravatar A. Unique TensorFlower2016-08-26