mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add `Differentiable` conformances for floating-point types to the `_Differentiation` module. The `TangentVector` associated type for floating-point types is `Self`. This design adheres to the differentiable programming manifesto: docs/DifferentiableProgramming.md. Partially resolves TF-1052.