From 6772e0ca843165a3e6bde8efaf1bfcddb78adbe7 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 19 May 2020 09:24:15 -0700 Subject: [PATCH] Internal visibility change PiperOrigin-RevId: 312294090 Change-Id: Id01f9c913cfef7200b7cee80323c25a734cddf4e --- tensorflow/python/ops/structured/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/ops/structured/BUILD b/tensorflow/python/ops/structured/BUILD index e9504efdd99..64b7bd7f1d5 100644 --- a/tensorflow/python/ops/structured/BUILD +++ b/tensorflow/python/ops/structured/BUILD @@ -5,6 +5,7 @@ load("//tensorflow:tensorflow.bzl", "py_test") package( default_visibility = [ "//learning/tfx/autotfx:__subpackages__", + "//research/graph/convolutions/model/autotfx:__subpackages__", "//tensorflow:internal", ], licenses = ["notice"], # Apache 2.0