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 8d86f7b commit d9ea8c7Copy full SHA for d9ea8c7
tensorflow_lite_support/ios/BUILD
@@ -28,6 +28,7 @@ strip_c_api_include_path_prefix(
28
"//tensorflow_lite_support/c/task/processor:classification_result.h",
29
"//tensorflow_lite_support/c/task/processor:classification_options.h",
30
"//tensorflow_lite_support/c/task/core:base_options.h",
31
+ "//tensorflow_lite_support/c:common.h",
32
],
33
)
34
@@ -66,9 +67,11 @@ tflite_ios_framework(
66
67
":base_options.h",
68
":bounding_box.h",
69
":classification_options.h",
70
+ ":common.h",
71
":classification_result.h",
72
":frame_buffer.h",
73
":image_classifier.h",
74
+
75
76
allowlist_symbols_file = ":allowlist_TensorFlowLiteTaskVision.txt",
77
bundle_name = "TensorFlowLiteTaskVisionC",
0 commit comments