electriclilies commented on a change in pull request #10352:
URL: https://github.com/apache/tvm/pull/10352#discussion_r813452610



##########
File path: src/relay/backend/vm/lambda_lift.cc
##########
@@ -187,14 +188,15 @@ class LambdaLifter : public 
transform::DeviceAwareExprMutator {
       // construct the "closure" function with fully annotated arguments, no 
longer relying
       // on type inference.
       size_t before_arity = body->params.size();
+      VLOG(1) << "Binding " << rebinding_map << " into\n" << 
PrettyPrint(body->body);
+      // I think the problem is in here!

Review comment:
       get rid of this comment




-- 
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]


Reply via email to