Clicking on

will not show me the HLO graph of the Op inquired about.
It will automatically set the op name to the correct XLA Op name, but the XLA Modules name will be set incorrectly (to jit_randint()) and the HLO graph will not show as in this screen shot:
The WAR is to look at what stream the op is coming from (e.g Framework Name Scope - from # 46), then find the XLA Op line (e.g XLA Ops from # 46) from respective Stream # and then copy the XLA Op name into the HLO view page, while resetting the XLA Modules to the correct module, to be able to see the HLO graph.
This is quite annoying and affect performance while investigating the graphs of multiple ops.
Clicking on
It will automatically set the op name to the correct XLA Op name, but the XLA Modules name will be set incorrectly (to jit_randint()) and the HLO graph will not show as in this screen shot:
The WAR is to look at what stream the op is coming from (e.g Framework Name Scope - from # 46), then find the XLA Op line (e.g XLA Ops from # 46) from respective Stream # and then copy the XLA Op name into the HLO view page, while resetting the XLA Modules to the correct module, to be able to see the HLO graph.
This is quite annoying and affect performance while investigating the graphs of multiple ops.