Create BUILD files and corresponding targets for tensorflow/core/lib/psnr/testdata/BUILD
.
PiperOrigin-RevId: 340951235 Change-Id: I13ebe1041b9956fd984c435eaa8e3839bca6f84f
This commit is contained in:
parent
a407b1f41f
commit
dd435f59d8
@ -1,5 +1,3 @@
|
||||
load("//tensorflow:tensorflow.bzl", "filegroup")
|
||||
|
||||
package(
|
||||
default_visibility = [
|
||||
"//tensorflow/core:__pkg__",
|
||||
@ -7,11 +5,7 @@ package(
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
filegroup(
|
||||
alias(
|
||||
name = "testdata",
|
||||
srcs = [
|
||||
"testdata/cat_q20.jpg",
|
||||
"testdata/cat_q72.jpg",
|
||||
"testdata/cat_q95.jpg",
|
||||
],
|
||||
actual = "//tensorflow/core/lib/psnr/testdata:psnr_testdata",
|
||||
)
|
||||
|
20
tensorflow/core/lib/psnr/testdata/BUILD
vendored
Normal file
20
tensorflow/core/lib/psnr/testdata/BUILD
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Description:
|
||||
# PSNR test data packages.
|
||||
|
||||
load("//tensorflow:tensorflow.bzl", "filegroup")
|
||||
|
||||
package(
|
||||
default_visibility = [
|
||||
"//tensorflow/core/lib/psnr:__pkg__",
|
||||
],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "psnr_testdata",
|
||||
srcs = [
|
||||
"cat_q20.jpg",
|
||||
"cat_q72.jpg",
|
||||
"cat_q95.jpg",
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue
Block a user