sweetcocoa opened a new pull request, #14462: URL: https://github.com/apache/tvm/pull/14462
This is for resolving https://github.com/apache/tvm/issues/14461 The direct cause of this problem is that the order of input nodes found in `_analysis.free_vars(ret)` is not guaranteed in the order of names in `input_info`. From what I understand, `_analysis.free_vars(ret)` uses DFS to find input nodes from output nodes. Since DFS cannot guarantee the order in which nodes are found, it is intuitive to modify the order of input nodes after DFS, as shown in this PR. -- 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]
