You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Remove @differentiable attribute from Layer.inferring(from:).
Necessary for TF-835: lowering `@derivative` attribute directly to SIL
differentiability witnesses instead of creating implicit `@differentiable`
attributes.
`@differentiable` + `@derivative` attributes for the same original declaration
with the same wrt parameters will be diagnosed.
This is already done for `@differentiable` + `@differentiable` and
`@derivative` + `@derivative` combinations. Derivative generic signature
mangling is necessary to lift this limitation: TF-680.
0 commit comments