Create BUILD files and corresponding targets for tensorflow/core/grappler/inputs/testdata
.
PiperOrigin-RevId: 330596134 Change-Id: I7fe4aa02e1dde571cb1f40a6b2e22cce9fd3d410
This commit is contained in:
parent
4d343e5441
commit
39d079a30e
14
tensorflow/core/grappler/inputs/testdata/BUILD
vendored
Normal file
14
tensorflow/core/grappler/inputs/testdata/BUILD
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Description:
|
||||||
|
# grappler testdata packages.
|
||||||
|
|
||||||
|
package(
|
||||||
|
licenses = ["notice"], # Apache 2.0
|
||||||
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "test_file",
|
||||||
|
srcs = [
|
||||||
|
"test_file.txt",
|
||||||
|
],
|
||||||
|
visibility = ["//tensorflow/core/grappler/inputs:__pkg__"],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user