ashutosh-arm commented on a change in pull request #9531:
URL: https://github.com/apache/tvm/pull/9531#discussion_r763221261
##########
File path: src/relay/backend/contrib/cmsisnn/relay_to_tir.cc
##########
@@ -164,21 +156,15 @@ class RelayToTIRVisitor : public MixedModeMutator {
ToArg(dilation_w),
ToArg(dilation_h), ToArg(clip_min),
ToArg(clip_max)};
- // cmsis_nn_dims *input_dims (NHWC)
+ // layout NHWC
Review comment:
This was to help understand that the following shape is in NHWC layout
which will be passed on to CMSIS-NN API eventually.
--
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]