aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
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
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* 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
* Delete empty api_guides.Gravatar Mark Daoust2017-12-15
* (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
* Automated g4 rollback of changelist 158565259Gravatar Gunhan Gulsoy2017-09-14
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-25
* Further BUILD cleanup in tensorflow/contrib/...Gravatar A. Unique TensorFlower2017-07-19
* Merge changes from github.Gravatar Frank Chen2017-07-13
* Adjust test sizesGravatar A. Unique TensorFlower2017-06-09
* Fix docstring Args/Raises/Returns parsing (Don't assume there is a blank line...Gravatar Mark Daoust2017-03-22
* Replace pip testing script with bazel.Gravatar Gunhan Gulsoy2017-02-13
* Documentation changes to adhere to new doc generatorGravatar Brennan Saeta2017-02-13
* Seal contrib interfaces (as much a feasible). If you were using a symbol whic...Gravatar Martin Wicke2017-01-29
* Remove so many more hourglass importsGravatar Justine Tunney2016-12-29
* Remove hourglass imports from even more testsGravatar Justine Tunney2016-12-16
* Change remaining tf.mul -> tf.multiply, tf.neg -> tf.negative, and tf.sub -> ...Gravatar Andrew Selle2016-12-16
* Remove hourglass imports from kernel_testsGravatar Justine Tunney2016-12-14
* Automated rollback of change 139400135Gravatar Jonathan Hseu2016-11-18
* Fix for Markdown in the Python docstrings.Gravatar A. Unique TensorFlower2016-11-17
* 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