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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to