Hi there, I am trying to use TVM to compile high level code using a Deep 
Learning library for a custom accelerator that I am trying to build. 
My goal currently is, given Relay IR, I would like to generate a graph, 
containing the various relay ops and their attributes as nodes, (attributes 
like stride and padding in the case of nn.conv2d), and the edges as variables 
that are inputs and outputs to these ops. So that I can traverse this graph to 
generate sequential compiled code(I have low level compiled code for each op in 
relay). Any leads on how to do this would be really helpful.
Thanks!





---
[Visit 
Topic](https://discuss.tvm.ai/t/relay-generate-a-graph-from-relay-ir/6799/1) 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/5a9adf0f69c89cac7bd6f6cf1e8e9cc92d16dca3b96327c9c959da49229fbbe2).

Reply via email to