Create BUILD files and corresponding targets for third_party/tensorflow/core/example/testdata/BUILD
.
PiperOrigin-RevId: 337873255 Change-Id: Idc7aa72f442d2cec7531480181366863571b2582
This commit is contained in:
parent
5edaf2be94
commit
f7f73a1ff8
@ -83,11 +83,9 @@ tf_cc_test(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
alias(
|
||||||
name = "example_parser_configuration_testdata",
|
name = "example_parser_configuration_testdata",
|
||||||
srcs = [
|
actual = "//tensorflow/core/example/testdata:example_parser_configuration_testdata",
|
||||||
"testdata/parse_example_graph_def.pbtxt",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_proto_library(
|
tf_proto_library(
|
||||||
|
15
tensorflow/core/example/testdata/BUILD
vendored
Normal file
15
tensorflow/core/example/testdata/BUILD
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Example parser test data.
|
||||||
|
|
||||||
|
package(
|
||||||
|
default_visibility = [
|
||||||
|
"//tensorflow/core/example:__pkg__",
|
||||||
|
],
|
||||||
|
licenses = ["notice"], # Apache 2.0
|
||||||
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "example_parser_configuration_testdata",
|
||||||
|
srcs = [
|
||||||
|
"parse_example_graph_def.pbtxt",
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user