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
Differentiation should work with class types. This enables use cases like "mutable layers", which can be neatly defined as Differentiable-conforming classes with a func callAsFunction method.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: a71ffde72bc884ae0041737d20f410bc
Sub-Tasks:
Differentiable
derived conformances for class types #53442ref_element_addr
#53486@differentiable(wrt: self)
#53490@derivative
attribute to specify original function from superclass #53512@differentiable
attribute on class methods more fine-grained #54336Differentiable
-conforming class types in swift-apis #53444blocks:
relates to:
Issue Description:
Differentiation should work with class types. This enables use cases like "mutable layers", which can be neatly defined as
Differentiable
-conforming classes with afunc callAsFunction
method.The text was updated successfully, but these errors were encountered: