tqchen commented on issue #4864: [Relay] Ignore Primitive functions in Visitors URL: https://github.com/apache/incubator-tvm/pull/4864#issuecomment-584751569 A potentially better approach here would be to lift the primitive functions into the module-level, so that the function pass can safely skip these types of functions. The previous behavior of keeping primitive functions inlined was mainly due the restriction that we were dealing with single function at a time in the past, instead of Module -> Module
---------------------------------------------------------------- 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] With regards, Apache Git Services
