aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor
Commit message (Expand)AuthorAge
* 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
* Added copy_with_input_replacements and graph_replace.Gravatar A. Unique TensorFlower2016-08-26
* The graph editor copy was sometime silently ignoring some ops: this is now fi...Gravatar A. Unique TensorFlower2016-08-17
* Copying an op now copy the shape of its output tensors as well.Gravatar A. Unique TensorFlower2016-08-11
* Improved documentation.Gravatar A. Unique TensorFlower2016-08-10
* Improved documentation and minor bug fixes.Gravatar A. Unique TensorFlower2016-08-08
* Added unit tests and improved library API.Gravatar A. Unique TensorFlower2016-07-13
* Replace "Scikit Flow Authors" with "TensorFlow Authors", and remove "pylint: ...Gravatar A. Unique TensorFlower2016-07-11
* TensorFlow Graph Editor.Gravatar A. Unique TensorFlower2016-06-29