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

算子参数的创建类 More...

#include <op_param.h>

Inheritance diagram for nndeploy::ir::OpParamCreator:
[legend]

Public Member Functions

virtual std::shared_ptr< base::ParamcreateOpParam (OpType type)=0
 
virtual ~OpParamCreator ()
 

Detailed Description

算子参数的创建类

Definition at line 230 of file op_param.h.

Constructor & Destructor Documentation

◆ ~OpParamCreator()

virtual nndeploy::ir::OpParamCreator::~OpParamCreator ( )
inlinevirtual

Definition at line 232 of file op_param.h.

Member Function Documentation

◆ createOpParam()

virtual std::shared_ptr<base::Param> nndeploy::ir::OpParamCreator::createOpParam ( OpType  type)
pure virtual

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