Move the CTC decoder to the non-runtime sources since it can be used

wihtout the full runtime.

PiperOrigin-RevId: 293400703
Change-Id: I52b8ef44c2f85ca0de6299f94198dbfc1ce9ad25
This commit is contained in:
A. Unique TensorFlower 2020-02-05 10:39:27 -08:00 committed by TensorFlower Gardener
parent 6d2bfcd2b9
commit 65358c7d7e
2 changed files with 2 additions and 2 deletions

View File

@ -1273,6 +1273,7 @@ filegroup(
"//tensorflow/core/platform:mobile_srcs_no_runtime",
"//tensorflow/core/public:mobile_srcs_no_runtime",
"//tensorflow/core/util:mobile_srcs_no_runtime",
"//tensorflow/core/util/ctc:android_srcs",
] + glob(
[
"client/**/*.cc",
@ -1304,7 +1305,6 @@ filegroup(
"//tensorflow/core/lib/io:mobile_srcs_only_runtime",
"//tensorflow/core/profiler:mobile_srcs",
"//tensorflow/core/public:mobile_srcs_only_runtime",
"//tensorflow/core/util/ctc:android_srcs",
"//tensorflow/core/util/sparse:mobile_srcs_only_runtime",
"//tensorflow/core/util/tensor_bundle:android_srcs",
"//tensorflow/core/util:mobile_srcs_only_runtime",

View File

@ -204,6 +204,7 @@ filegroup(
"flatmap.h",
"flatrep.h",
"inlined_vector.h",
"top_n.h",
],
visibility = ["//tensorflow/core:__pkg__"],
)
@ -221,7 +222,6 @@ filegroup(
"optional.h",
"priority_queue_util.h",
"subtle/map_traits.h",
"top_n.h",
],
visibility = ["//tensorflow/core:__pkg__"],
)