We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e11a4 commit 0e54ac3Copy full SHA for 0e54ac3
tensorflow_lite_support/cc/task/processor/proto/BUILD
@@ -252,6 +252,11 @@ proto_library(
252
srcs = ["search_result.proto"],
253
)
254
255
+java_lite_proto_library(
256
+ name = "search_result_java_proto_lite",
257
+ deps = [":search_result_proto"],
258
+)
259
+
260
cc_proto_library(
261
name = "search_result_cc_proto",
262
deps = [":search_result_proto"],
0 commit comments