[Tutorial Doc] add tutorial for how to use c and c sharp api (#1392)

* add tutorialfor how to use c and c sharp api

* update english doc

* update doc

* update doc

* update doc

* update doc

* update doc
This commit is contained in:
chenjian
2023-02-28 21:29:44 +08:00
committed by GitHub
parent c8bcada1a2
commit 4ee783b1ea
12 changed files with 36 additions and 16 deletions

View File

@@ -7,3 +7,4 @@ This directory provides some tutorials for FastDeploy. For other model deploymen
- Intel independent graphics card/integrated graphics card deployment [see intel_gpu](intel_gpu)
- Model multithreaded call [see multi_thread](multi_thread)
- Image decoding, including hardward decoding, e.g. nvJPEG [image_decoder](image_decoder)
- Deploy models with C or C# API [use_c_csharp_sdk](use_c_sharp_sdk)