ONE - On-device Neural Engine
|
Nodes with the fixed number of inputs. More...
#include <NodeMixins.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.
TODO Deprecated this class, and use loco::FixedArity instead
Definition at line 30 of file NodeMixins.h.
|
inline |
Definition at line 33 of file NodeMixins.h.
|
virtualdefault |
|
inlinefinal |
Definition at line 46 of file NodeMixins.h.
|
inlinefinal |
Definition at line 44 of file NodeMixins.h.
|
inlineprotected |
Definition at line 58 of file NodeMixins.h.
|
inlinefinal |
Definition at line 48 of file NodeMixins.h.