nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | List of all members
nndeploy::llm::LlmInferCreator Class Referenceabstract

#include <abstract_llm_infer.h>

Inheritance diagram for nndeploy::llm::LlmInferCreator:
[legend]

Public Member Functions

virtual AbstractLlmInfercreateLlmInfer (const std::string &name)=0
 
virtual AbstractLlmInfercreateLlmInfer (const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs)=0
 
virtual ~LlmInferCreator ()=default
 

Detailed Description

Definition at line 287 of file abstract_llm_infer.h.

Constructor & Destructor Documentation

◆ ~LlmInferCreator()

virtual nndeploy::llm::LlmInferCreator::~LlmInferCreator ( )
virtualdefault

Member Function Documentation

◆ createLlmInfer() [1/2]

virtual AbstractLlmInfer* nndeploy::llm::LlmInferCreator::createLlmInfer ( const std::string &  name)
pure virtual

◆ createLlmInfer() [2/2]

virtual AbstractLlmInfer* nndeploy::llm::LlmInferCreator::createLlmInfer ( const std::string &  name,
std::vector< dag::Edge * >  inputs,
std::vector< dag::Edge * >  outputs 
)
pure virtual

The documentation for this class was generated from the following file: