You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/11 03:05:17 UTC

[GitHub] [incubator-tvm] domin1985 commented on issue #405: [PASS] InjectDoubleBuffer

domin1985 commented on issue #405: [PASS] InjectDoubleBuffer
URL: https://github.com/apache/incubator-tvm/pull/405#issuecomment-564358853
 
 
   Hi, May I ask a question? 
   Why should we erase for Variable op?
     void Visit_(const Variable* op) final {
       if (touched_.count(op)) {
         touched_.erase(op);
       }
     }

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services