aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/graph_util_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/framework/graph_util_impl.py')
-rw-r--r--tensorflow/python/framework/graph_util_impl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/framework/graph_util_impl.py b/tensorflow/python/framework/graph_util_impl.py
index 910364364c..394fac6c85 100644
--- a/tensorflow/python/framework/graph_util_impl.py
+++ b/tensorflow/python/framework/graph_util_impl.py
@@ -285,7 +285,7 @@ def convert_variables_to_constants(sess,
output_graph_def.node.extend([output_node])
output_graph_def.library.CopyFrom(inference_graph.library)
- print("Converted %d variables to const ops." % how_many_converted)
+ logging.info("Converted %d variables to const ops.", how_many_converted)
return output_graph_def