ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

How to add new operator in armnn and acl? #732

Closed zxros10 closed 9 months ago

zxros10 commented 10 months ago

The link Add a new operator to Arm NN in document https://community.arm.com/arm-community-blogs/b/ai-and-ml-blog/posts/new-arm-ml-guide-add-a-new-operator-to-arm-nn is invalid.

nikraj01 commented 10 months ago

Hi @zxros10 ,

Thanks for the question. Unfortunately we don't have a current external document on how to add a new operator to Arm NN. But you can find some example reviews in our gerrit on how we added some operators to Arm NN, for example https://review.mlplatform.org/c/ml/armnn/+/9368. If you like to contribute to Arm NN kindly follow guidelines in https://arm-software.github.io/armnn/23.08/md__c_o_n_t_r_i_b_u_t_i_n_g.html

I will also try to remove the link given in the blog to the guide, which doesn't exist anymore. I hope this helps. Thanks

zxros10 commented 9 months ago

Thanks