Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Merged
dalexsoto merged 2 commits intodotnet:xcode11fromdalexsoto:alex-coreml-b5
Aug 16, 2019

Conversation

@dalexsoto
Copy link
Member

No description provided.

rolfbjarne reacted with thumbs up emoji
@dalexsotodalexsoto added the note-highlightWorth calling out specifically in release notes labelAug 15, 2019
@dalexsotodalexsoto added this to thexcode11 milestoneAug 15, 2019
Copy link
Contributor

@spouliotspouliot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

All minor/suggestions :)

interfaceMLUpdateProgressHandlers{

[Export("initForEvents:progressHandler:completionHandler:")]
IntPtrConstructor(MLUpdateProgressEventinterestedEvents,[NullAllowed]Action<MLUpdateContext>progressHandler,Action<MLUpdateContext>completionHandler);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

does[Async] make sense ?

Copy link
MemberAuthor

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);
Copy link
Contributor

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...

Copy link
MemberAuthor

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
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
ℹ️API Diff (from PR only) (please review changes)
ℹ️Generator Diff (please review changes)
Test run succeeded

@dalexsotodalexsoto merged commita509166 intodotnet:xcode11Aug 16, 2019
@dalexsotodalexsoto deleted the alex-coreml-b5 branchAugust 16, 2019 01:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@spouliotspouliotspouliot approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

note-highlightWorth calling out specifically in release notes

Projects

None yet

Milestone

xcode11

Development

Successfully merging this pull request may close these issues.

3 participants

@dalexsoto@monojenkins@spouliot

[8]ページ先頭

©2009-2025 Movatter.jp