Skip to content

Commit d9ea8c7

Browse files
committed
Added coommon.h in iOS library
1 parent 8d86f7b commit d9ea8c7

File tree

1 file changed

+3
-0
lines changed
  • tensorflow_lite_support/ios

1 file changed

+3
-0
lines changed

tensorflow_lite_support/ios/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ strip_c_api_include_path_prefix(
2828
"//tensorflow_lite_support/c/task/processor:classification_result.h",
2929
"//tensorflow_lite_support/c/task/processor:classification_options.h",
3030
"//tensorflow_lite_support/c/task/core:base_options.h",
31+
"//tensorflow_lite_support/c:common.h",
3132
],
3233
)
3334

@@ -66,9 +67,11 @@ tflite_ios_framework(
6667
":base_options.h",
6768
":bounding_box.h",
6869
":classification_options.h",
70+
":common.h",
6971
":classification_result.h",
7072
":frame_buffer.h",
7173
":image_classifier.h",
74+
7275
],
7376
allowlist_symbols_file = ":allowlist_TensorFlowLiteTaskVision.txt",
7477
bundle_name = "TensorFlowLiteTaskVisionC",

0 commit comments

Comments
 (0)