nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Functions
nndeploy::qwen Namespace Reference

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::GraphcreateQwenGraph (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)
 

Function Documentation

◆ createQwenGraph()

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 
)

◆ parseConfig()

QwenConfig nndeploy::qwen::parseConfig ( const std::string &  file_path)