Create BUILD files and corresponding targets for tensorflow/core/grappler/inputs/testdata.

PiperOrigin-RevId: 330596134
Change-Id: I7fe4aa02e1dde571cb1f40a6b2e22cce9fd3d410
This commit is contained in:
Amit Patankar 2020-09-08 15:10:12 -07:00 committed by TensorFlower Gardener
parent 4d343e5441
commit 39d079a30e

View 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__"],
)