nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::net::OpWrapper Class Reference

#include <util.h>

Collaboration diagram for nndeploy::net::OpWrapper:
[legend]

Public Attributes

base::NodeColorType color_ = base::kNodeColorWhite
 
bool is_external_
 
std::string name_
 
op::Opop_
 
std::vector< OpWrapper * > predecessors_
 
std::vector< OpWrapper * > successors_
 

Detailed Description

Definition at line 18 of file util.h.

Member Data Documentation

◆ color_

base::NodeColorType nndeploy::net::OpWrapper::color_ = base::kNodeColorWhite

Definition at line 25 of file util.h.

◆ is_external_

bool nndeploy::net::OpWrapper::is_external_

Definition at line 20 of file util.h.

◆ name_

std::string nndeploy::net::OpWrapper::name_

Definition at line 22 of file util.h.

◆ op_

op::Op* nndeploy::net::OpWrapper::op_

Definition at line 21 of file util.h.

◆ predecessors_

std::vector<OpWrapper *> nndeploy::net::OpWrapper::predecessors_

Definition at line 23 of file util.h.

◆ successors_

std::vector<OpWrapper *> nndeploy::net::OpWrapper::successors_

Definition at line 24 of file util.h.


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