Start a build target for core files
PiperOrigin-RevId: 345556110 Change-Id: Id178bd14dd641cb2469b2c34580b246f055d0e1d
This commit is contained in:
parent
5bbe185466
commit
77f04991aa
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user