Start a build target for core files

PiperOrigin-RevId: 345556110
Change-Id: Id178bd14dd641cb2469b2c34580b246f055d0e1d
This commit is contained in:
Yanhua Sun 2020-12-03 16:05:50 -08:00 committed by TensorFlower Gardener
parent 5bbe185466
commit 77f04991aa

View File

@ -248,6 +248,18 @@ py_library(
],
)
py_strict_library(
name = "core",
visibility = [
"//tensorflow:__pkg__",
],
deps = [
":tf_decorator",
":tf_stack",
"//tensorflow/python/types",
],
)
# This target should only be used for API generation.
py_library(
name = "modules_with_exports",