nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | List of all members
nndeploy::llm::TypeLlmInferCreator< T > Class Template Reference

#include <abstract_llm_infer.h>

Inheritance diagram for nndeploy::llm::TypeLlmInferCreator< T >:
[legend]
Collaboration diagram for nndeploy::llm::TypeLlmInferCreator< T >:
[legend]

Public Member Functions

virtual AbstractLlmInfercreateLlmInfer (const std::string &name) override
 
virtual AbstractLlmInfercreateLlmInfer (const std::string &name, std::vector< dag::Edge * > inputs, std::vector< dag::Edge * > outputs) override
 
- Public Member Functions inherited from nndeploy::llm::LlmInferCreator
virtual ~LlmInferCreator ()=default
 

Detailed Description

template<typename T>
class nndeploy::llm::TypeLlmInferCreator< T >

Definition at line 297 of file abstract_llm_infer.h.

Member Function Documentation

◆ createLlmInfer() [1/2]

template<typename T >
virtual AbstractLlmInfer* nndeploy::llm::TypeLlmInferCreator< T >::createLlmInfer ( const std::string &  name)
inlineoverridevirtual

Implements nndeploy::llm::LlmInferCreator.

Definition at line 299 of file abstract_llm_infer.h.

◆ createLlmInfer() [2/2]

template<typename T >
virtual AbstractLlmInfer* nndeploy::llm::TypeLlmInferCreator< T >::createLlmInfer ( const std::string &  name,
std::vector< dag::Edge * >  inputs,
std::vector< dag::Edge * >  outputs 
)
inlineoverridevirtual

Implements nndeploy::llm::LlmInferCreator.

Definition at line 302 of file abstract_llm_infer.h.


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