masahi commented on issue #4864: [Relay] Ignore Primitive functions in Visitors URL: https://github.com/apache/incubator-tvm/pull/4864#issuecomment-584891015 I don't know what exactly "Primitive" function is supposed mean either, but functions created during op fusion and partitioning have different semantics and treating them in the same way as "Primitive" functions doesn't seem right to me. Why not checking `kExternalSymbol` or `kCompiler` instead?
---------------------------------------------------------------- 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
