-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
hawkinsp
Sep 20, 2022
Replies: 1 comment 1 reply
-
You're looking for the Convolution is linear in both its arguments, so we have only |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rasmuskh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're looking for the
transpose
rules here: https://github.com/google/jax/blob/fc2902c6ac2e7b7f228e6637a3fc97698fc1b1cf/jax/_src/lax/convolution.py#L427Convolution is linear in both its arguments, so we have only
transpose
rules, notjvp
rules. See the documentation for more details!