|
nndeploy C++ API
0.2.0
nndeploy C++ API
|
Classes | |
| class | DecodeEmbeddingNode |
| class | DecodeEmbeddingParam |
| class | DecodeSampleNode |
| class | DecodeSampleParam |
| class | PrefillEmbeddingNode |
| class | PrefillEmbeddingParam |
| class | PrefillSampleNode |
| class | PrintNode |
| class | PromptNode |
| class | PromptParam |
| struct | QwenConfig |
| class | QwenDecode |
| class | QwenPrefill |
Functions | |
| dag::Graph * | createQwenGraph (const std::string &name, base::InferenceType inference_type, base::DeviceType device_type, dag::Edge *input, dag::Edge *output, base::ModelType model_type, bool is_path, std::vector< std::string > model_value) |
| QwenConfig | parseConfig (const std::string &file_path) |
| dag::Graph* nndeploy::qwen::createQwenGraph | ( | const std::string & | name, |
| base::InferenceType | inference_type, | ||
| base::DeviceType | device_type, | ||
| dag::Edge * | input, | ||
| dag::Edge * | output, | ||
| base::ModelType | model_type, | ||
| bool | is_path, | ||
| std::vector< std::string > | model_value | ||
| ) |
| QwenConfig nndeploy::qwen::parseConfig | ( | const std::string & | file_path | ) |