-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Callable] 'func call' -> 'func callAsFunction'. #25235
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rxwei
added a commit
to tensorflow/swift-apis
that referenced
this pull request
Jun 4, 2019
…/swift-evolution/blob/master/proposals/0253-callable.md) to the TensorFlow library. This depends on [swiftlang/swift#25235](swiftlang/swift#25235). Shall be merged in time for the Swift for TensorFlow 0.4 release.
Apply the final naming decision in [SE-0253](https://github.com/apple/swift-evolution/blob/master/proposals/0253-callable.md) to the 'tensorflow' branch implementation.
rxwei
added a commit
to tensorflow/swift-apis
that referenced
this pull request
Jun 4, 2019
…/swift-evolution/blob/master/proposals/0253-callable.md) to the TensorFlow library. This depends on [swiftlang/swift#25235](swiftlang/swift#25235). Shall be merged in time for the Swift for TensorFlow 0.4 release.
dan-zheng
approved these changes
Jun 4, 2019
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.
Great! A sync with master
after #24299 is merged would be nice.
rxwei
added a commit
that referenced
this pull request
Jun 4, 2019
`TensorArrayProtocol` and `TensorGroup` have been [moved](tensorflow/swift-apis#139) to [tensorflow/swift-apis](https://github.com/tensorflow/swift-apis), and their derived conformances tests have been [copied](tensorflow/swift-apis#158) there as well. [tensorflow/swift-apis#165](tensorflow/swift-apis#165) changed the protocol requirements which made `TensorGroup` conformances no longer entirely derivable, but the derived conformances tests in this repo have not been updated, and it's blocking us from updating the checkout hash for tensorflow/swift-apis. This PR removes `TensorGroup` derived conformance tests from apple/swift. We expect future changes to `TensorGroup` derived conformances to thoroughly test against tensorflow/swift-apis. Unblocks #25235.
rxwei
added a commit
to tensorflow/swift-apis
that referenced
this pull request
Jun 4, 2019
…/swift-evolution/blob/master/proposals/0253-callable.md) to the TensorFlow library. This depends on [swiftlang/swift#25235](swiftlang/swift#25235). (#172) Apply the final naming decision in [SE-0253](https://github.com/apple/swift-evolution/blob/master/proposals/0253-callable.md) to the TensorFlow library. This depends on [swiftlang/swift#25235](swiftlang/swift#25235). Shall be merged in time for the Swift for TensorFlow 0.4 release.
@swift-ci please clean test tensorflow |
Currently blocked on #25239. |
All tests pass now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Apply the final naming decision in SE-0253 to the 'tensorflow' branch implementation.
Shall be merged in time for the Swift for TensorFlow 0.4 release.