Skip to content

Commit

Permalink
Only show go to "Graph Viewer" link in hlo op profile for op node
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567051641
  • Loading branch information
zzzaries authored and copybara-github committed Sep 20, 2023
1 parent 943e56a commit fb23689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<div class="title"> Hardware Computation Size:</div>
<code class="expression">{{computationPrimitiveSize}}</code>
</div>
<div [hidden]="selectedOpNodeChain.length < 2 || selectedOpNodeChain[0] !== 'by_program'">
<div [hidden]="selectedOpNodeChain.length < 2 || selectedOpNodeChain[0] !== 'by_program' || !provenance">
<a [href]="getGraphViewerLink()" target="_blank" style="text-decoration:none;">
<button
mat-stroked-button
Expand Down

0 comments on commit fb23689

Please sign in to comment.