manupa-arm commented on a change in pull request #9576:
URL: https://github.com/apache/tvm/pull/9576#discussion_r760837701



##########
File path: src/relay/op/contrib/ethosu/depthwise.cc
##########
@@ -156,6 +172,15 @@ bool EthosuDepthwiseConv2DRel(const Array<Type>& types, 
int num_inputs, const At
     return false;
   }
 
+  if (ofm_dtype != DataType::UInt(8) && ofm_dtype != DataType::Int(8) &&

Review comment:
       nit : again a disallowed list might helps things to be more clearer




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