Is there any way to print relay ir and tir without meta data like the pass 
`tvm.transform.PrintIR`. I just want something like below for example.

```python
model = create_a_model_in_relay()
mod = tvm.IRModule.from_expr(model)
custom_print(mod, show_meta_data=False)
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/print-irmodule-without-meta-data/8393/1)
 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/83e0106e9bd1b1f610f9b9e1bddfef1bedf0541564446b52e95563b1b8afbe78).

Reply via email to