-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[AutoDiff] Add requirements to @differentiable attribute on getters.
#24115
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
Conversation
|
@swift-ci Please test tensorflow |
|
Retriggering CI in an attempt to make CI prioritize #24116. |
|
@swift-ci Please test tensorflow |
If a nominal type conditionally conforms to `Differentiable`, use the conditional conformance requirements in getter `@differentiable` attributes. Resolves TF-435.
|
@swift-ci please test tensorflow |
5 similar comments
|
@swift-ci please test tensorflow |
|
@swift-ci please test tensorflow |
|
@swift-ci please test tensorflow |
|
@swift-ci please test tensorflow |
|
@swift-ci please test tensorflow |
|
@swift-ci please test tensorflow Linux |
4 similar comments
|
@swift-ci please test tensorflow Linux |
|
@swift-ci please test tensorflow Linux |
|
@swift-ci please test tensorflow Linux |
|
@swift-ci please test tensorflow Linux |
swiftlang#24115) If a nominal type conditionally conforms to `Differentiable`, use the conditional conformance requirements in getter `@differentiable` attributes. Resolves TF-435.
If a nominal type conditionally conforms to
Differentiable, use theconditional conformance requirements in getter
@differentiableattributes.Resolves TF-435.