aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph/python
Commit message (Expand)AuthorAge
* Do not create a graph as a global variable in tests.Gravatar Gunhan Gulsoy2018-10-09
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Fix a couple typosGravatar SneakyFish52018-07-10
* Remove _USE_C_API staging from ops.py.Gravatar Skye Wanderman-Milne2018-06-05
* Merge changes from github.Gravatar Scott Zhu2018-04-13
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Add C0330 bad-continuation check to pylint.Gravatar Yifei Feng2018-01-25
* (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
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Fix docstring Args/Raises/Returns parsing (Don't assume there is a blank line...Gravatar Mark Daoust2017-03-22
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Rename `Tensor` to `Output` in all Python docsGravatar Jonathan Hseu2016-11-16
* Replace usages all_variables -> global_variables, GraphKeys.VARIABLES -> Grap...Gravatar Illia Polosukhin2016-11-04
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Add pylint indentation check to sanity and fix existing indentationGravatar A. Unique TensorFlower2016-09-11
* Split NodeDef out of graph.proto into node_def.proto. Needed so weGravatar A. Unique TensorFlower2016-08-22
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
* Fix check_license and related failures due to new contrib/copy_graph directory.Gravatar A. Unique TensorFlower2016-05-05
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05