tmoreau89 commented on a change in pull request #4887: [VTA] YoloV3 Support
URL: https://github.com/apache/incubator-tvm/pull/4887#discussion_r384722395
##########
File path: vta/python/vta/top/graphpack.py
##########
@@ -55,6 +57,46 @@ def _unpack_batch_channel(data, old_shape):
return data
+def _const_shape_match(data, dshape, cfactor_out):
Review comment:
I suggest that we add assertions on shape length in case we have a non 6
dimensional tensor.
----------------------------------------------------------------
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]
With regards,
Apache Git Services