nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::dag::EdgeWrapper Class Reference

#include <util.h>

Collaboration diagram for nndeploy::dag::EdgeWrapper:
[legend]

Public Attributes

std::vector< NodeWrapper * > consumers_
 
Edgeedge_
 
bool is_external_
 
std::string name_
 
std::vector< NodeWrapper * > producers_
 

Detailed Description

Definition at line 27 of file util.h.

Member Data Documentation

◆ consumers_

std::vector<NodeWrapper *> nndeploy::dag::EdgeWrapper::consumers_

Definition at line 33 of file util.h.

◆ edge_

Edge* nndeploy::dag::EdgeWrapper::edge_

Definition at line 30 of file util.h.

◆ is_external_

bool nndeploy::dag::EdgeWrapper::is_external_

Definition at line 29 of file util.h.

◆ name_

std::string nndeploy::dag::EdgeWrapper::name_

Definition at line 31 of file util.h.

◆ producers_

std::vector<NodeWrapper *> nndeploy::dag::EdgeWrapper::producers_

Definition at line 32 of file util.h.


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