anijain2305 commented on a change in pull request #6095:
URL: https://github.com/apache/incubator-tvm/pull/6095#discussion_r459545611



##########
File path: python/tvm/relay/op/strategy/arm_cpu.py
##########
@@ -161,11 +161,11 @@ def conv2d_strategy_arm_cpu(attrs, inputs, out_type, 
target):
                     name="depthwise_conv2d_nchw.x86")
         elif layout == "NHWC":
             assert kernel_layout == "HWOI"
-            logger.warning("depthwise_conv2d with layout NHWC is not optimized 
for arm cpu.")
+            #logger.warning("depthwise_conv2d with layout NHWC is not 
optimized for arm cpu.")

Review comment:
       Lets delete this line.




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


Reply via email to