[CLEANUP] Remove unnecessary aliases to core/lib/png:png_io
PiperOrigin-RevId: 334501796 Change-Id: I89e13aecdef92b069633cc19b9d493a1eef99909
This commit is contained in:
parent
7e25c5c8b2
commit
92a328a473
@ -1985,21 +1985,6 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "png_internal",
|
|
||||||
actual = "//tensorflow/core/lib/png:png_io",
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "portable_png_internal",
|
|
||||||
actual = "//tensorflow/core/lib/png:png_io",
|
|
||||||
)
|
|
||||||
|
|
||||||
alias(
|
|
||||||
name = "android_png_internal",
|
|
||||||
actual = "//tensorflow/core/lib/png:png_io",
|
|
||||||
)
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "tflite_portable_logging",
|
name = "tflite_portable_logging",
|
||||||
hdrs = [
|
hdrs = [
|
||||||
|
@ -3114,7 +3114,7 @@ tf_kernel_library(
|
|||||||
tf_kernel_library(
|
tf_kernel_library(
|
||||||
name = "summary_image_op",
|
name = "summary_image_op",
|
||||||
prefix = "summary_image_op",
|
prefix = "summary_image_op",
|
||||||
deps = LOGGING_DEPS + ["//tensorflow/core:png_internal"],
|
deps = LOGGING_DEPS + ["//tensorflow/core/lib/png:png_io"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO(b/162630222): remove this target
|
# TODO(b/162630222): remove this target
|
||||||
@ -6465,9 +6465,9 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/core:portable_gif_internal",
|
"//tensorflow/core:portable_gif_internal",
|
||||||
"//tensorflow/core:portable_jpeg_internal",
|
"//tensorflow/core:portable_jpeg_internal",
|
||||||
"//tensorflow/core:portable_png_internal",
|
|
||||||
"//tensorflow/core:portable_tensorflow_lib_lite",
|
"//tensorflow/core:portable_tensorflow_lib_lite",
|
||||||
"//tensorflow/core:protos_all_cc_impl",
|
"//tensorflow/core:protos_all_cc_impl",
|
||||||
|
"//tensorflow/core/lib/png:png_io",
|
||||||
"//tensorflow/core/platform:strong_hash",
|
"//tensorflow/core/platform:strong_hash",
|
||||||
"//third_party/eigen3",
|
"//third_party/eigen3",
|
||||||
"//third_party/fft2d:fft2d_headers",
|
"//third_party/fft2d:fft2d_headers",
|
||||||
|
@ -133,7 +133,7 @@ IMAGE_DEPS = [
|
|||||||
"//tensorflow/core:jpeg_internal",
|
"//tensorflow/core:jpeg_internal",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//tensorflow/core:lib_internal",
|
"//tensorflow/core:lib_internal",
|
||||||
"//tensorflow/core:png_internal",
|
"//tensorflow/core/lib/png:png_io",
|
||||||
"//tensorflow/core:protos_all_cc",
|
"//tensorflow/core:protos_all_cc",
|
||||||
"//tensorflow/core/kernels:bounds_check",
|
"//tensorflow/core/kernels:bounds_check",
|
||||||
"//tensorflow/core/kernels:eigen_helpers",
|
"//tensorflow/core/kernels:eigen_helpers",
|
||||||
@ -420,8 +420,8 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/core:android_gif_internal",
|
"//tensorflow/core:android_gif_internal",
|
||||||
"//tensorflow/core:android_jpeg_internal",
|
"//tensorflow/core:android_jpeg_internal",
|
||||||
"//tensorflow/core:android_png_internal",
|
|
||||||
"//tensorflow/core:portable_tensorflow_lib_lite",
|
"//tensorflow/core:portable_tensorflow_lib_lite",
|
||||||
|
"//tensorflow/core/lib/png:png_io",
|
||||||
],
|
],
|
||||||
alwayslink = 1,
|
alwayslink = 1,
|
||||||
)
|
)
|
||||||
|
@ -5,8 +5,7 @@ load(
|
|||||||
|
|
||||||
package(
|
package(
|
||||||
default_visibility = [
|
default_visibility = [
|
||||||
# tensorflow/core:lib effectively exposes all targets under tensorflow/core/lib/**
|
"//tensorflow:__subpackages__",
|
||||||
"//tensorflow/core:__pkg__",
|
|
||||||
],
|
],
|
||||||
licenses = ["notice"], # Apache 2.0
|
licenses = ["notice"], # Apache 2.0
|
||||||
)
|
)
|
||||||
|
@ -108,8 +108,8 @@ cc_library(
|
|||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
"//tensorflow/core:lib",
|
"//tensorflow/core:lib",
|
||||||
"//tensorflow/core:lib_internal",
|
"//tensorflow/core:lib_internal",
|
||||||
"//tensorflow/core:png_internal",
|
|
||||||
"//tensorflow/core:protos_all_cc",
|
"//tensorflow/core:protos_all_cc",
|
||||||
|
"//tensorflow/core/lib/png:png_io",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -292,6 +292,6 @@ cc_library(
|
|||||||
deps = [
|
deps = [
|
||||||
"//tensorflow/core:portable_gif_internal",
|
"//tensorflow/core:portable_gif_internal",
|
||||||
"//tensorflow/core:portable_jpeg_internal",
|
"//tensorflow/core:portable_jpeg_internal",
|
||||||
"//tensorflow/core:portable_png_internal",
|
"//tensorflow/core/lib/png:png_io",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user