crazydemo opened a new pull request #10836: URL: https://github.com/apache/tvm/pull/10836
This PR aims to enhance the `GetRootCall` function to support various topology. The original `GetRootCall` only supports dnnl_pattern like `add(add(conv(data, weight), bias), sum_data)`. But we encountered `add(sum_data, add(conv(data, weight), bias))` in `ResNetV2`, which cannot be supported by the original design. Enhance this function can simply solve this issue. -- 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]
