Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into ios-text-searcher
  • Loading branch information
priankakariat committed Oct 20, 2022
commit 4ea863e099367c3cdf987648388ac8d374f06fef
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
==============================================================================*/
#import <XCTest/XCTest.h>

#import "tensorflow_lite_support/ios/task/text/sources/TFLImageSearcher.h"
#import "tensorflow_lite_support/ios/sources/TFLCommon.h"
#import "tensorflow_lite_support/ios/task/vision/sources/TFLImageSearcher.h"
#import "tensorflow_lite_support/ios/task/vision/utils/sources/GMLImage+Utils.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -293,4 +294,4 @@ - (void)testImageSearcherWithEmbedderModelAndInvalidIndexFileFails {

@end

NS_ASSUME_NONNULL_END
NS_ASSUME_NONNULL_END
You are viewing a condensed version of this merge commit. You can view the full changes here.