Replies: 2 comments
-
These days, it's probably best to use the
This returns an MLIR |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can access the info I want from that, thanks for the response! If I understand correctly, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
From the AOT-compilation docs, we can read the HLO as a string.
But it doesn't seem that we can get the "graph structure", i.e. list of operands and inputs like we can with a
jaxpr
?I found some things in
jaxlib
, but i'm not sure.This together with this doesn't seem to work anymore (and is installing
tensorflow
really required to be able to do this?)Kind regards
Beta Was this translation helpful? Give feedback.
All reactions