- Notifications
You must be signed in to change notification settings - Fork548
[CoreML] Update bindings to Xcode 11 Beta 1 - 5#6784
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
spouliot left a comment
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.
All minor/suggestions :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| interfaceMLUpdateProgressHandlers{ | ||
| [Export("initForEvents:progressHandler:completionHandler:")] | ||
| IntPtrConstructor(MLUpdateProgressEventinterestedEvents,[NullAllowed]Action<MLUpdateContext>progressHandler,Action<MLUpdateContext>completionHandler); |
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.
does[Async] make sense ?
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.
Unfortunately this is actor
| [Static] | ||
| [Export("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:")] | ||
| [return:NullAllowed] | ||
| MLUpdateTaskCreate(NSUrlmodelUrl,IMLBatchProvidertrainingData,[NullAllowed]MLModelConfigurationconfiguration,Action<MLUpdateContext>completionHandler,[NullAllowed]outNSErrorerror); |
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.
[Async] ?
I think our missing-async test will not spot such case since it's not the last parameter !?!
In fact I'm not sure if the generator would be happy...
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.
I do not think[Async] is needed here since this creates a Task object but its completion handler is not called when this task object is finished being created but when the task is completed
monojenkins commentedAug 15, 2019
Build success |
monojenkins commentedAug 16, 2019
Build success |
No description provided.