include the graph.pb->tensorboard script in pip package
authorMark Daoust <markdaoust@google.com>
Tue, 13 Mar 2018 17:09:03 +0000 (10:09 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 13 Mar 2018 17:13:09 +0000 (10:13 -0700)
This will allow you to run it with:

`python -m tensorflow.python.tools.import_pb_to_tensorboard ...`

Without any additional downloads or setup.

see #8854

PiperOrigin-RevId: 188888501

tensorflow/python/tools/BUILD

index 63f16c5..5415881 100644 (file)
@@ -14,6 +14,7 @@ py_library(
     name = "tools_pip",
     deps = [
         ":freeze_graph",
+        ":import_pb_to_tensorboard",
         ":inspect_checkpoint",
         ":optimize_for_inference",
         ":print_selective_registration_header",