apivovarov commented on issue #4320: Fix TFLite RESHAPE assert
URL: https://github.com/apache/incubator-tvm/pull/4320#issuecomment-554081798
 
 
   TVM code does not use the second input tensor in RESHAPE op. From the 
beginning the assert should just check that input tensors array length is at 
least 1. 
   The reason for assert line is to display human readable error message 
instead of array index out of boundary exception. Because we only use input 
tensor with index 0 in the code the assert should check that input tensors 
array length is at least 1.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to