Hi All,
I was able to traverse the graph using [ `post_order_visit` ](https://docs.tvm.ai/api/python/relay/analysis.html#tvm.relay.analysis.post_order_visit)(expr, fvisit) However, this function starts from the source of DAG. I want to traverse the DAG from the reverse order. Is there a way to do it for the relay expressions? --- [Visit Topic](https://discuss.tvm.ai/t/traversing-relay-graph-order-source-to-sink-sink-to-source/6720/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/2672afe90071f6b6ba4e2e26fef677738f1869a3412777f48595ddf4d7c9178f).
