aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/tools
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2018-03-13 10:09:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-13 10:13:09 -0700
commit8feab61146f08697c28d18a54c4e8c32ed028876 (patch)
treeae05ed31f02e82170ca2d60cee366a024b1b104c /tensorflow/python/tools
parent84c57fed068bd076e081fd98c9bce565fbb45587 (diff)
include the graph.pb->tensorboard script in pip package
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
Diffstat (limited to 'tensorflow/python/tools')
-rw-r--r--tensorflow/python/tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/tools/BUILD b/tensorflow/python/tools/BUILD
index 63f16c53a2..5415881cae 100644
--- a/tensorflow/python/tools/BUILD
+++ b/tensorflow/python/tools/BUILD
@@ -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",