ONE - On-device Neural Engine
Loading...
Searching...
No Matches
GraphBuilder::Stack Class Referencefinal

#include <GraphBuilder.h>

Public Member Functions

 Stack ()=default
 
loco::Nodetop (void) const
 
loco::Nodepop (void)
 
void push (loco::Node *node)
 

Detailed Description

Definition at line 41 of file GraphBuilder.h.

Constructor & Destructor Documentation

◆ Stack()

GraphBuilder::Stack::Stack ( )
default

Member Function Documentation

◆ pop()

◆ push()

◆ top()

loco::Node * GraphBuilder::Stack::top ( void  ) const
inline

Definition at line 47 of file GraphBuilder.h.

47{ return _content.top(); }

Referenced by pop().


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