trevor-m opened a new pull request #8051: URL: https://github.com/apache/tvm/pull/8051
Almost all instances of `_get_list_param` have a fallback to use `infer_value` to get a static list, or if they didn't they could only benefit from it. This PR moves that code inside `_get_list_param` so it will be used by all ops using `_get_list_param`. This is helpful for strided_slice because it didn't have the `infer_value` fallback which was causing an error for some models I was trying to compile. -- 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]
