Expose import_pb_to_tensorboard as a script

PiperOrigin-RevId: 338365878
Change-Id: I948dffa0e486987f2be358fde93abfed50094f93
This commit is contained in:
Gaurav Jain 2020-10-21 16:42:25 -07:00 committed by TensorFlower Gardener
parent f8f820a77b
commit f8c222e00f

View File

@ -146,6 +146,7 @@ CONSOLE_SCRIPTS = [
'tflite_convert = tensorflow.lite.python.tflite_convert:main',
'toco = tensorflow.lite.python.tflite_convert:main',
'saved_model_cli = tensorflow.python.tools.saved_model_cli:main',
'import_pb_to_tensorboard = tensorflow.python.tools.import_pb_to_tensorboard: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
# TensorBoard command, pip will inappropriately remove it during install,