File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
tensorflow_lite_support/cc/task/vision Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ cc_library_with_tflite(
184184 srcs = ["image_transformer.cc" ],
185185 hdrs = ["image_transformer.h" ],
186186 tflite_deps = [
187+ "@org_tensorflow//tensorflow/lite/core/shims:builtin_ops" ,
187188 "//tensorflow_lite_support/cc/task/core:task_api_factory" ,
188189 "//tensorflow_lite_support/cc/task/vision/core:base_vision_task_api" ,
189190 ],
Original file line number Diff line number Diff line change @@ -250,8 +250,6 @@ proto_library(
250250 srcs = ["image_transformer_options.proto" ],
251251 deps = [
252252 "//tensorflow_lite_support/cc/task/core/proto:base_options_proto" ,
253- "//tensorflow_lite_support/cc/task/core/proto:external_file_proto" ,
254- "@org_tensorflow//tensorflow/lite/experimental/acceleration/configuration:configuration_proto" ,
255253 ],
256254)
257255
@@ -267,6 +265,5 @@ cc_library(
267265 hdrs = ["image_transformer_options_proto_inc.h" ],
268266 deps = [
269267 ":image_transformer_options_cc_proto" ,
270- "//tensorflow_lite_support/cc/task/core/proto:external_file_proto_inc" ,
271268 ],
272269)
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ syntax = "proto2";
1717
1818package tflite.task.vision ;
1919
20- import "tensorflow/lite/experimental/acceleration/configuration/configuration.proto" ;
2120import "tensorflow_lite_support/cc/task/core/proto/base_options.proto" ;
22- import "tensorflow_lite_support/cc/task/core/proto/external_file.proto" ;
2321
2422// Options for setting up an ImageTransformer.
2523// Next Id: 10.
You can’t perform that action at this time.
0 commit comments