Create BUILD files and corresponding targets for tensorflow/core/api_def/python_api/BUILD
.
PiperOrigin-RevId: 341724236 Change-Id: I65a4a6abebec4b98f2dc76062213c9b62e55b83f
This commit is contained in:
parent
658b303f17
commit
e07f05f816
@ -33,9 +33,9 @@ filegroup(
|
|||||||
visibility = ["//tensorflow:internal"],
|
visibility = ["//tensorflow:internal"],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
alias(
|
||||||
name = "python_api_def",
|
name = "python_api_def",
|
||||||
srcs = glob(["python_api/*"]),
|
actual = "//tensorflow/core/api_def/python_api:python_api_def",
|
||||||
visibility = ["//tensorflow:internal"],
|
visibility = ["//tensorflow:internal"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
15
tensorflow/core/api_def/python_api/BUILD
Normal file
15
tensorflow/core/api_def/python_api/BUILD
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Description:
|
||||||
|
# Provides ApiDef access and ApiDef validation for TensorFlow python.
|
||||||
|
|
||||||
|
load("//tensorflow:tensorflow.bzl", "filegroup")
|
||||||
|
|
||||||
|
package(
|
||||||
|
default_visibility = ["//tensorflow:internal"],
|
||||||
|
licenses = ["notice"], # Apache 2.0
|
||||||
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "python_api_def",
|
||||||
|
srcs = glob(["*"]),
|
||||||
|
visibility = ["//tensorflow:internal"],
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user