You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tvm.apache.org by Mingli Sun via Apache TVM Discuss <no...@discuss.tvm.ai> on 2022/02/15 11:23:03 UTC

[Apache TVM Discuss] [Development/pre-RFC] [RFC] Visualizing Relay program as graph


any way to visualize optimized relay IR? this seems not working to visualize optimized relay IR.
```
opt_level = 4
target = tvm.target.Target('cuda')
with tvm.transform.PassContext(opt_level=opt_level):
    mod,params = tvm.relay.optimize(mod,target,params=params)
# visualize mod['main']
```





---
[Visit Topic](https://discuss.tvm.apache.org/t/rfc-visualizing-relay-program-as-graph/4825/24) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/09536a755864481a285e395fe09b3b26743c82e14a91cc06d804fae10943828f).