Update docs/DifferentiableProgrammingImplementation.md

Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
Philip Turner
2021-12-07 04:17:56 -08:00
committed by GitHub
parent 9ec0995057
commit c16a2491d2

View File

@@ -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)