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:
parent
6d2bfcd2b9
commit
65358c7d7e
@ -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",
|
||||
|
@ -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__"],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user