Skip to content
Discussion options

You must be logged in to vote

Transpose a function that is promised to be linear.
Namely, given a linear function f, it can be written in matrix form: f(x) == A @ x, then jax.linear_transpose(f, *place_holder_args)(y) == A.T @ y

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by gitcommitypos
Comment options

You must be logged in to vote
2 replies
@YouJiacheng
Comment options

@gitcommitypos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants