Visibility change for internal package.
PiperOrigin-RevId: 322872965 Change-Id: I31f389ca4d038d2f90dcaa36e23fa35990005694
This commit is contained in:
parent
5ed81c1a80
commit
e8c1ea7130
@ -3135,6 +3135,7 @@ py_library(
|
||||
"ops/inplace_ops.py",
|
||||
],
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = visibility,
|
||||
deps = [
|
||||
":array_ops_gen",
|
||||
":common_shapes",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user