Visibility change for internal package.

PiperOrigin-RevId: 322872965
Change-Id: I31f389ca4d038d2f90dcaa36e23fa35990005694
This commit is contained in:
Pablo Samuel Castro 2020-07-23 14:57:37 -07:00 committed by TensorFlower Gardener
parent 5ed81c1a80
commit e8c1ea7130
2 changed files with 2 additions and 0 deletions
tensorflow/python

View File

@ -3135,6 +3135,7 @@ py_library(
"ops/inplace_ops.py",
],
srcs_version = "PY2AND3",
visibility = visibility,
deps = [
":array_ops_gen",
":common_shapes",

View File

@ -9,6 +9,7 @@ py_library(
name = "data",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
visibility = ["//tensorflow:internal"],
deps = [
"//tensorflow/python:util",
"//tensorflow/python/data/experimental",