MarisaKirisame commented on issue #4432: [Relay][Pass] Fix lambda lift pass for recursive call URL: https://github.com/apache/incubator-tvm/pull/4432#issuecomment-558974205 @junrushao1994 A global function returning that closure can be used to implement returning closure. (In this case, the old lambda lifting behavior is an optimization that do not return the closure, but call it directly). As for closure being passed in - they are first class, so you do not have to do anything about it. treat it just like any other object.
---------------------------------------------------------------- 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
