mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update docs/DifferentiableProgrammingImplementation.md
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
@@ -742,7 +742,7 @@ As explained above in the "JVP and differential generation" section, closures do
|
||||
```swift
|
||||
// Struct containing pullback functions.
|
||||
// Partially-applied to `@pb_foo` in `@vjp_foo`.
|
||||
struct foo_bb0_PB_src_0_wrt_0 {
|
||||
struct f_bb0_PB_src_0_wrt_0 {
|
||||
let pb_sin: (Float) -> Float
|
||||
let pb_cos: (Float) -> Float
|
||||
let pb_mul: (Float) -> (Float, Float)
|
||||
|
||||
Reference in New Issue
Block a user