Skip to content
Discussion options

You must be logged in to vote

I think what that is meant to convey is that in JAX, functions aren't self-contained data structures that can be inspected directly. Rather, functions are represented by arbitrary Python bytecode that must be traced (via jax.make_jaxpr or similar) in order to ascertain their effect on any given inputs. I believe @froystig was the author there - he might weigh-in as well.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pharringtonp19
Comment options

Answer selected by pharringtonp19
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