diff --git a/tensorboard/components/tf_tensorboard/BUILD b/tensorboard/components/tf_tensorboard/BUILD index 1ab6139b41..1bcebd8606 100644 --- a/tensorboard/components/tf_tensorboard/BUILD +++ b/tensorboard/components/tf_tensorboard/BUILD @@ -75,7 +75,7 @@ tf_web_library( "//tensorboard/plugins/hparams/tf_hparams_dashboard", "//tensorboard/plugins/image/tf_image_dashboard", "//tensorboard/plugins/interactive_inference/tf_interactive_inference_dashboard", - "//tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard", + "//tensorboard/plugins/mesh/tf_mesh_dashboard", "//tensorboard/plugins/pr_curve/tf_pr_curve_dashboard", "//tensorboard/plugins/profile/tf_profile_dashboard", "//tensorboard/plugins/projector/vz_projector", diff --git a/tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/BUILD b/tensorboard/plugins/mesh/tf_mesh_dashboard/BUILD similarity index 100% rename from tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/BUILD rename to tensorboard/plugins/mesh/tf_mesh_dashboard/BUILD diff --git a/tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/mesh-loader.js b/tensorboard/plugins/mesh/tf_mesh_dashboard/mesh-loader.js similarity index 100% rename from tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/mesh-loader.js rename to tensorboard/plugins/mesh/tf_mesh_dashboard/mesh-loader.js diff --git a/tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/tf-mesh-dashboard.html b/tensorboard/plugins/mesh/tf_mesh_dashboard/tf-mesh-dashboard.html similarity index 100% rename from tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/tf-mesh-dashboard.html rename to tensorboard/plugins/mesh/tf_mesh_dashboard/tf-mesh-dashboard.html diff --git a/tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/tf-mesh-loader.html b/tensorboard/plugins/mesh/tf_mesh_dashboard/tf-mesh-loader.html similarity index 100% rename from tensorboard/plugins/mesh_visualizer/tf_mesh_dashboard/tf-mesh-loader.html rename to tensorboard/plugins/mesh/tf_mesh_dashboard/tf-mesh-loader.html