-
For code like : |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
May 24, 2024
Replies: 1 comment 8 replies
-
You can output the compiled HLO using the Ahead of time lowering and compilation tools. It looks something like this: print(jax.jit(model.apply).lower(variables, input).compile().as_text() |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove
.compile()
to print the uncompiled HLO text