nndeploy C++ API  0.2.0
nndeploy C++ API
Classes | Namespaces
composite_node.h File Reference
#include "nndeploy/dag/edge.h"
#include "nndeploy/dag/graph.h"
#include "nndeploy/dag/node.h"
#include "nndeploy/dag/util.h"
Include dependency graph for composite_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nndeploy::dag::CompositeNode
 Composite node Composite node is a special type of node in nndeploy that enhances the capabilities of one or more existing nodes by wrapping them. This composite node executes in sequential mode by default internally. More...
 

Namespaces

 nndeploy
 
 nndeploy::dag