[Doc] add docs for how to develop c api (#1385)

* add docs for how to develop c api

* add English doc for developing C API

* fix api doc

* add index
This commit is contained in:
chenjian
2023-02-27 15:09:51 +08:00
committed by GitHub
parent 8c3ccc2cc2
commit 6f8d4d14c2
4 changed files with 297 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
- [3. Android上如何使用FastDeploy C++ SDK](cn/faq/use_cpp_sdk_on_android.md)
- [4. TensorRT使用中的一些技巧](cn/faq/tensorrt_tricks.md)
- [5. 如何增加新的模型](cn/faq/develop_a_new_model.md)
- [6. 如何给新模型增加C API](cn/faq/develop_c_api_for_a_new_model.md)
## 更多FastDeploy部署模块