You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/06 17:31:19 UTC

[GitHub] [tvm] ashutosh-arm commented on a change in pull request #9531: [7/10] Code generation for Pooling and Fully Connected via CMSIS-NN

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org