sisleyli commented on PR #12646:
URL: https://github.com/apache/tvm/pull/12646#issuecomment-1232375360

   Hi masashi, thanks for your reply.   
   The more general models you mean are RNN/LSTM models, or models like below?
   ```
                  0
               /  |  \
              /   |   \
            1     2     3
   
   ```
   The integer ID that I request is the number that `RelayPrinter`  alloc to 
every node.(which we can see this id by `print(mod["main"])` easily). The 
original intention of this method is to use the printed relay IR information to 
dump the specified op. So once the order of printing is determined, I think we 
just need to make sure that the integer ID specified by this method is 
consistent with the printed variable id.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to