tqchen commented on pull request #7619: URL: https://github.com/apache/tvm/pull/7619#issuecomment-811836194
We have https://tvm.apache.org/docs/api/python/ir.html?highlight=structural_equal#tvm.ir.structural_equal that can check structural equality. ir_builder can directly create PrimFunc that put into IRModule without build. See unit tests of other transforms We can also recursively visit the node. -- 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]
