```
with tvm.transform.PassContext(opt_level=3):
lib =relay.build_module.build(mod, target=target, params=params)
```
The Relay build process eventually calls the graph optimization pipeline.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/graph-optimization-not-exist-in-gpu/8051/10)
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/934e05d3bf665649e91d1f87fe0f7d7f4dc3c44265a0b8a4bc91d469fc83f8d2).