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:). (#575)
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.
To relax this limitation, derivative generic signature mangling (TF-680) is
necessary to avoid name collisions for SIL derivative functions with the same
parameter indices but different derivative generic signatures.
0 commit comments