We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.系统中已经存在了诸如ADD、SIGMOID 等单双目算子与核函数 2.请仿照现有的项目结构,添加系统中缺失的单双目算子与核函数,并添加相应的测试。 3.可以参考pytorch或者tf框架、以及onnx来进行添加。诸如如下: floormod, floordiv, 等等其他双目算子 sin, cos, 等等其他单目算子 4.目前的形式较为简单,仅添加 float32类型即可。 5.可能需要参考的文档: https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/programming_guide_1.6.0/index.html https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/cambricon_bang_c_4.6.1/index.html 6.请从fix_graph 分支 checkout 出新分支进行开发。
The text was updated successfully, but these errors were encountered:
KuangjuX
No branches or pull requests
1.系统中已经存在了诸如ADD、SIGMOID 等单双目算子与核函数
2.请仿照现有的项目结构,添加系统中缺失的单双目算子与核函数,并添加相应的测试。
3.可以参考pytorch或者tf框架、以及onnx来进行添加。诸如如下:
floormod, floordiv, 等等其他双目算子
sin, cos, 等等其他单目算子
4.目前的形式较为简单,仅添加 float32类型即可。
5.可能需要参考的文档:
https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/programming_guide_1.6.0/index.html
https://www.cambricon.com/docs/sdk_1.14.0/cntoolkit_3.6.1/cambricon_bang_c_4.6.1/index.html
6.请从fix_graph 分支 checkout 出新分支进行开发。
The text was updated successfully, but these errors were encountered: