aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-25 10:33:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-25 10:37:39 -0700
commitf1d1f64dfdb33331bf1401312bbe8474ace0659e (patch)
treed5d44e5c0a264df57a235dd8330edef079da8bf6 /tensorflow/tensorboard/BUILD
parent24220c9e740f666c08b115d0624f5a5e414c4328 (diff)
Make a plugin that serves data for the image dashboard.
Subsequent changes will make TensorBoard use this images plugin instead of the previous handlers for image-related data. PiperOrigin-RevId: 157123389
Diffstat (limited to 'tensorflow/tensorboard/BUILD')
-rw-r--r--tensorflow/tensorboard/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tensorboard/BUILD b/tensorflow/tensorboard/BUILD
index 7df915d78f..e6ade9b62b 100644
--- a/tensorflow/tensorboard/BUILD
+++ b/tensorflow/tensorboard/BUILD
@@ -14,6 +14,7 @@ py_binary(
"//tensorflow/python:platform",
"//tensorflow/tensorboard/backend:application",
"//tensorflow/tensorboard/backend/event_processing:event_file_inspector",
+ "//tensorflow/tensorboard/plugins/images:images_plugin",
"//tensorflow/tensorboard/plugins/projector:projector_plugin",
"//tensorflow/tensorboard/plugins/scalars:scalars_plugin",
"//tensorflow/tensorboard/plugins/text:text_plugin",