-
Is there a way that I can inspect This came up while I was writing a cdist implementation in jax (if you're curious, for vectorizing VLAD, Colab). The cdist implementation is as follows:
I am moderately confident that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can output non-optimized or optimized HLO using a function like the one in this pull request: #7719 (only a few lines, so easily copy-paste-able) It hasn't been merged because we could not come to a consensus on the best API for this functionality, but more complete work on this kind of thing is being tracked in #7733 |
Beta Was this translation helpful? Give feedback.
You can output non-optimized or optimized HLO using a function like the one in this pull request: #7719 (only a few lines, so easily copy-paste-able)
It hasn't been merged because we could not come to a consensus on the best API for this functionality, but more complete work on this kind of thing is being tracked in #7733