@@ -45,14 +45,19 @@ strip_api_include_path_prefix(
45
45
"//tensorflow_lite_support/ios/task/vision:sources/TFLImageClassifier.h" ,
46
46
"//tensorflow_lite_support/ios/task/vision:sources/TFLObjectDetector.h" ,
47
47
"//tensorflow_lite_support/ios/task/vision:sources/TFLImageSegmenter.h" ,
48
+ "//tensorflow_lite_support/ios/task/vision:sources/TFLImageSearcher.h" ,
48
49
"//tensorflow_lite_support/ios:sources/TFLCommon.h" ,
49
50
"//tensorflow_lite_support/ios/task/core:sources/TFLBaseOptions.h" ,
51
+ "//tensorflow_lite_support/ios/task/core:sources/TFLExternalFile.h" ,
52
+ "//tensorflow_lite_support/ios/task/processor:sources/TFLEmbeddingOptions.h" ,
53
+ "//tensorflow_lite_support/ios/task/processor:sources/TFLSearchOptions.h" ,
50
54
"//tensorflow_lite_support/ios/task/processor:sources/TFLClassificationOptions.h" ,
51
55
"//tensorflow_lite_support/ios/task/processor:sources/TFLCategory.h" ,
52
56
"//tensorflow_lite_support/ios/task/processor:sources/TFLClassificationResult.h" ,
53
57
"//tensorflow_lite_support/ios/task/processor:sources/TFLDetectionResult.h" ,
54
58
"//tensorflow_lite_support/ios/task/processor:sources/TFLSegmentationResult.h" ,
55
59
"//tensorflow_lite_support/odml/ios/image:apis/GMLImage.h" ,
60
+ "//tensorflow_lite_support/ios/task/processor:sources/TFLSearchResult.h" ,
56
61
"//tensorflow_lite_support/ios/task/audio/core:sources/TFLAudioFormat.h" ,
57
62
"//tensorflow_lite_support/ios/task/audio/core:sources/TFLFloatBuffer.h" ,
58
63
"//tensorflow_lite_support/ios/task/audio/core/audio_record:sources/TFLAudioRecord.h" ,
@@ -179,15 +184,21 @@ ios_static_framework(
179
184
":TFLClassificationResult.h" ,
180
185
":TFLCommon.h" ,
181
186
":TFLDetectionResult.h" ,
187
+ ":TFLEmbeddingOptions.h" ,
188
+ ":TFLExternalFile.h" ,
182
189
":TFLImageClassifier.h" ,
190
+ ":TFLImageSearcher.h" ,
183
191
":TFLImageSegmenter.h" ,
184
192
":TFLObjectDetector.h" ,
193
+ ":TFLSearchOptions.h" ,
194
+ ":TFLSearchResult.h" ,
185
195
":TFLSegmentationResult.h" ,
186
196
],
187
197
bundle_name = "TensorFlowLiteTaskVision" ,
188
198
minimum_os_version = TFL_TASK_MINIMUM_OS_VERSION ,
189
199
deps = [
190
200
"//tensorflow_lite_support/ios/task/vision:TFLImageClassifier" ,
201
+ "//tensorflow_lite_support/ios/task/vision:TFLImageSearcher" ,
191
202
"//tensorflow_lite_support/ios/task/vision:TFLImageSegmenter" ,
192
203
"//tensorflow_lite_support/ios/task/vision:TFLObjectDetector" ,
193
204
],
@@ -221,6 +232,7 @@ ios_static_framework(
221
232
":TFLClassificationOptions.h" ,
222
233
":TFLClassificationResult.h" ,
223
234
":TFLCommon.h" ,
235
+ ":TFLExternalFile.h" ,
224
236
":TFLFloatBuffer.h" ,
225
237
],
226
238
bundle_name = "TensorFlowLiteTaskAudio" ,
0 commit comments