jwfromm opened a new pull request #7781: URL: https://github.com/apache/tvm/pull/7781
PR #7699 introduced a check for user provided shapes that arent found in the input graph. My implementation used `pop`, which it turns out can cause issues in nested loops. Unfortunately, its difficult to write a test case that triggers this error, but we should avoid pop in general. This PR replaces the pop based approach with a much safer way to check the same condition. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
