JVP and VJP for tensor-valued function #9930
-
Hi, How can I calculate the JVP and VJP for tensor-valued function, like the following: Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
YouJiacheng
Mar 17, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
exenGT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jax.jvp
andjax.vjp
is compatible with tesnor-valued functions. No extra effort is needed.