Skip to content

Commit

Permalink
Add freeze_graph to CONSOLE_SCRIPTS. (tensorflow#13739)
Browse files Browse the repository at this point in the history
Make freeze_graph accessible from command line from pip package.
  • Loading branch information
yifeif authored and Vijay Vasudevan committed Oct 16, 2017
1 parent 2ebbce8 commit 2f916fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

# pylint: disable=line-too-long
CONSOLE_SCRIPTS = [
'freeze_graph = tensorflow.python.tools.freeze_graph:main',
'saved_model_cli = tensorflow.python.tools.saved_model_cli:main',
# We need to keep the TensorBoard command, even though the console script
# is now declared by the tensorboard pip package. If we remove the
Expand Down

0 comments on commit 2f916fc

Please sign in to comment.