how to 'unvmap'?
#6259
-
Is it possble to unvmap a function? def f(x):
return 1.
f_vmap = vmap(f)
f = unvmap(f_vmap) |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Mar 29, 2021
Replies: 1 comment 1 reply
-
See #6131 for some discussion of this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xmax1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #6131 for some discussion of this.