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

Runtime的创建类 More...

#include <runtime.h>

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

Public Member Functions

virtual RuntimecreateRuntime (const base::DeviceType &device_type, base::ParallelType parallel_type)=0
 
virtual ~RuntimeCreator ()
 

Detailed Description

Runtime的创建类

Definition at line 160 of file runtime.h.

Constructor & Destructor Documentation

◆ ~RuntimeCreator()

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

Definition at line 162 of file runtime.h.

Member Function Documentation

◆ createRuntime()

virtual Runtime* nndeploy::net::RuntimeCreator::createRuntime ( const base::DeviceType device_type,
base::ParallelType  parallel_type 
)
pure virtual

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