aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/graph_util_test.py
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Fix warnings for initialize_variablesGravatar imsheridan2018-04-17
* Add support to convert ResourceVariables of graphs into constants.Gravatar A. Unique TensorFlower2018-03-02
* Removing underscore prefixes from hidden generated Python functions.Gravatar Anna R2018-02-28
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* When running "convert_variables_to_constants" preserve the graphdef's library...Gravatar A. Unique TensorFlower2017-04-25
* Chains of two or more "Identity" nodes weren't being spliced correctly.Gravatar A. Unique TensorFlower2017-03-14
* Uses VariableV2 and removes shape-setting code in tf.Variable.Gravatar A. Unique TensorFlower2016-12-20
* 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
* Add a blacklist of variables to graph_freeze.py.Gravatar A. Unique TensorFlower2016-12-07
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
* Replace usages initialize_all_variables -> global_variables_initializerGravatar Illia Polosukhin2016-11-03
* Optimizing graphs for inference.Gravatar Pete Warden2016-08-07
* Execute TODOs toGravatar Olivia Nordquist2016-06-14