Partial Evaluation / Precomputation #18326
Unanswered
inversecrime
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just had the idea for this function, "precompute", which basically uses jax.interpreters.partial_eval to precompute all values associated with certain inputs.
The code seems kind of clunky, but in my example, it works as intended. Is there a chance that in some scenario, it does something unexpected?
Also, does something like this already exist?
Beta Was this translation helpful? Give feedback.
All reactions