Create BUILD files and corresponding targets for tensorflow/core/profiler/internal/testdata
.
PiperOrigin-RevId: 329602462 Change-Id: I566a9b99a6043421dfac2aa912e1973e2032c2b7
This commit is contained in:
parent
1f40fe92b1
commit
86dc281333
@ -26,13 +26,8 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
alias(
|
||||
name = "testdata",
|
||||
srcs = [
|
||||
"testdata/lena_gray.png",
|
||||
"testdata/lena_palette.png",
|
||||
"testdata/lena_palette_trns.png",
|
||||
"testdata/lena_rgba.png",
|
||||
"testdata/palette_only.png",
|
||||
],
|
||||
actual = "//tensorflow/core/lib/png/testdata:png_testdata",
|
||||
visibility = ["//tensorflow/core:__pkg__"],
|
||||
)
|
||||
|
18
tensorflow/core/lib/png/testdata/BUILD
vendored
Normal file
18
tensorflow/core/lib/png/testdata/BUILD
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# Description:
|
||||
# PNG test data packages.
|
||||
|
||||
package(
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "png_testdata",
|
||||
srcs = [
|
||||
"lena_gray.png",
|
||||
"lena_palette.png",
|
||||
"lena_palette_trns.png",
|
||||
"lena_rgba.png",
|
||||
"palette_only.png",
|
||||
],
|
||||
visibility = ["//tensorflow/core/lib/png:__pkg__"],
|
||||
)
|
Loading…
Reference in New Issue
Block a user