-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added iOS Image Searcher Swift Tests #897
base: master
Are you sure you want to change the base?
Added iOS Image Searcher Swift Tests #897
Conversation
@khanhlvg @schmidt-sebastian raised a PR for adding Swift tests. |
_ error: Error, | ||
expectedLocalizedDescription: String | ||
) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove empty line
name: String, | ||
fileExtension: String | ||
) throws -> String? { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Remove empty line
func createImageSearcherOptions( | ||
modelName: String | ||
) throws -> ImageSearcherOptions? { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Remove empty line
self.createImageSearcherOptions( | ||
modelName: "mobilenet_v3_small_100_224_searcher")) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Remove one empty line
No description provided.