You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/25 17:15:51 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5338: add support for Neural Networks Menu and runtime

acassis commented on a change in pull request #5338:
URL: https://github.com/apache/incubator-nuttx/pull/5338#discussion_r791922216



##########
File path: Kconfig
##########
@@ -2032,6 +2032,10 @@ menu "Open Asymmetric Multi Processing"
 source "openamp/Kconfig"
 endmenu
 
+menu "Neural Network Configuration"
+source "nn/Kconfig"

Review comment:
       @jerpelea instead calling it nn I suggest using ai, it will be more clear and we could support others algorithms besides Neural Networks. So nn could be a directory inside ai/ 

##########
File path: Kconfig
##########
@@ -2032,6 +2032,10 @@ menu "Open Asymmetric Multi Processing"
 source "openamp/Kconfig"
 endmenu
 
+menu "Neural Network Configuration"
+source "nn/Kconfig"

Review comment:
       @jerpelea instead calling it nn I suggest using ai, it will be more clear and we could support others algorithms beside Neural Networks. So nn could be a directory inside ai/ 




-- 
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@nuttx.apache.org

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