Alexey-Yazev commented on PR #13645:
URL: https://github.com/apache/tvm/pull/13645#issuecomment-1378820135

   > so I suspect that if the graph consists only RELU and nothing else, it 
doesn't get offloaded to NPU at all.
   
   in this case requantize operation can be offloaded to NPU
   
   >  I think so far the approach has been to match all the variations of the 
operator and then output the right combination of Ethos-U ops, e.g. Resize2d. 
If there is a reason it can't be done that way, it would be good to document it 
there since it is not immediately obvious from the code why we need two 
patterns.
   
   reason that two patterns are used is that we can understand whether this 
pattern is suitable after checking scales match that are performed in function 
is_valid


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