masahi commented on issue #12469:
URL: https://github.com/apache/tvm/issues/12469#issuecomment-1219231182

   In the Relay text dump, I'm seeing this
   ```
     %57 = clip(%56, a_min=0f, a_max=6f) /* ty=Tensor[(1, 72, 1, 1), float32] 
*/;
     %58 = divide(%57, 6f /* ty=float32 */) /* ty=Tensor[(1, 72, 1, 1), 
float32] */;
     %59 = multiply(%58, %49) /* ty=Tensor[(1, 72, 28, 28), float32] */;
     %60 = nn.conv2d(%59, %features.4.block.3.0.weight, padding=[0, 0, 0, 0], 
channels=40, kernel_size=[1, 1]) /* ty=Tensor[(1, 40, 28, 28), float32] */;
   ```
   
   So it looks all right. @pig-pig-yang Please check your visualization. There 
is no conversion error.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to