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

OptPass的创建类 More...

#include <optimizer.h>

Inheritance diagram for nndeploy::net::OptPassCreator:
[legend]

Public Member Functions

virtual std::shared_ptr< OptPasscreateOptPass ()=0
 
virtual ~OptPassCreator ()
 

Detailed Description

OptPass的创建类

Definition at line 141 of file optimizer.h.

Constructor & Destructor Documentation

◆ ~OptPassCreator()

virtual nndeploy::net::OptPassCreator::~OptPassCreator ( )
inlinevirtual

Definition at line 143 of file optimizer.h.

Member Function Documentation

◆ createOptPass()

virtual std::shared_ptr<OptPass> nndeploy::net::OptPassCreator::createOptPass ( )
pure virtual

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