We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4552c commit 9a55bc3Copy full SHA for 9a55bc3
docs/SIL.rst
@@ -5700,7 +5700,7 @@ linear_function_extract
5700
5701
sil-linear-function-extractee ::=
5702
'[' sil-linear-function-extractee ']'
5703
- sil-linear-function-extractee-name ::= 'original' | 'jvp' | 'vjp'
+ sil-linear-function-extractee-name ::= 'original' | 'transpose'
5704
5705
linear_function_extract [original] %0 : $@differentiable(linear) (T) -> T
5706
linear_function_extract [transpose] %0 : $@differentiable(linear) (T) -> T
0 commit comments