ONE - On-device Neural Engine
|
#include <GraphBuilder.h>
Data Structures | |
class | Context |
class | Stack |
Public Member Functions | |
GraphBuilder (loco::Graph *graph) | |
template<typename Layer , typename... Args> | |
auto | push (Args &&...args) -> decltype(static_cast< Layer * >(nullptr) ->operator()(static_cast< Context * >(nullptr))) |
loco::Node * | pop (void) |
Definition at line 38 of file GraphBuilder.h.
|
inline |
Definition at line 82 of file GraphBuilder.h.
|
inline |
Definition at line 98 of file GraphBuilder.h.
References GraphBuilder::Stack::pop(), and GraphBuilder::Context::stack().
|
inline |
Definition at line 90 of file GraphBuilder.h.