aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/graph_util_impl.py
Commit message (Expand)AuthorAge
* Replace print with logging (#18392)Gravatar Vadim Markovtsev2018-04-11
* Add support to convert ResourceVariables of graphs into constants.Gravatar A. Unique TensorFlower2018-03-02
* Adding tf_export decorators/calls to TensorFlow functions and constants.Gravatar Anna R2018-01-23
* Create a routine that can collapse a subgraph into a fused opGravatar A. Unique TensorFlower2017-11-06
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Added parallel version of DynamicStitchOp (named ParallelDynamicStitchOp) withGravatar A. Unique TensorFlower2017-08-09
* Do not remove identity output nodes when optimizing for inference.Gravatar A. Unique TensorFlower2017-06-13
* When running "convert_variables_to_constants" preserve the graphdef's library...Gravatar A. Unique TensorFlower2017-04-25
* Preserve graphdef metadata when extracting a subgraph.Gravatar A. Unique TensorFlower2017-03-27
* 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
* Add a blacklist of variables to graph_freeze.py.Gravatar A. Unique TensorFlower2016-12-07
* Make convert_variables_to_constants() iterate over variables, not assign ops.Gravatar Derek Murray2016-12-05
* Adds VariableV2 with a sane shape_fn.Gravatar A. Unique TensorFlower2016-12-05
* Removes `tf.graph_util.set_cpu0()` from the API.Gravatar Derek Murray2016-11-29
* Expose tf.graph_util explicitly and seal its interface.Gravatar Patrick Nguyen2016-11-04