aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor/transform.py
Commit message (Expand)AuthorAge
* 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
* 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
* (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
* 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
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Added missing build targets.Gravatar A. Unique TensorFlower2017-01-31
* 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
* Create a copy of the collections dict's items before doing iteration that cou...Gravatar A. Unique TensorFlower2016-12-29
* 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
* Quote tf.* identifiers in documentation.Gravatar Patrick Nguyen2016-09-29
* Fix spelling in identifier name (hanlder->handler).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