ONE - On-device Neural Engine
|
Nodes with the fixed number of inputs. More...
#include <TFNodeDecl.h>
Public Member Functions | |
FixedArityNode () | |
virtual | ~FixedArityNode ()=default |
unsigned | arity (void) const final |
loco::Node * | arg (uint32_t n) const final |
void | drop (void) final |
Protected Member Functions | |
loco::Use * | at (unsigned n) const |
Nodes with the fixed number of inputs.
Definition at line 68 of file TFNodeDecl.h.
|
inline |
Definition at line 71 of file TFNodeDecl.h.
|
virtualdefault |
|
inlinefinal |
Definition at line 84 of file TFNodeDecl.h.
|
inlinefinal |
Definition at line 82 of file TFNodeDecl.h.
|
inlineprotected |
Definition at line 96 of file TFNodeDecl.h.
|
inlinefinal |
Definition at line 86 of file TFNodeDecl.h.