lhutton1 commented on a change in pull request #8669:
URL: https://github.com/apache/tvm/pull/8669#discussion_r687677800
##########
File path: tests/python/contrib/test_arm_compute_lib/test_dense.py
##########
@@ -154,7 +154,7 @@ def _get_expected_codegen(shape, weight_shape, units,
dtype, has_bias=False):
{
"op": "const",
"name": "",
- "attrs": {"shape": [[[weight_shape[0]]]], "dtype":
[[bias_dtype]]},
+ "attrs": {"shape": [[[1, weight_shape[0]]]], "dtype":
[[bias_dtype]]},
Review comment:
It looks like not all the changes were restored in that PR, #8734 should
fix this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]