junrushao1994 commented on pull request #8910:
URL: https://github.com/apache/tvm/pull/8910#issuecomment-915780168


   @Hzfengsy in the example below:
   
   ```python
   buf = tir.decl_buffer((1,), name='buf')
   ```
   
   which actually indicates:
   
   ```python
   buf = tir.decl_buffer(data=None, shape=(1,), name='buf')
   ```
   
   I suppose it won't happen in our common workflow, but is an adversarial case 
when using our APIs in an arbitrary way


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