|
ONE - On-device Neural Engine
|
Nodes with the fixed number of inputs. More...
#include <CircleNodeMixins.h>

Public Member Functions | |
| FixedArityNode () | |
| virtual | ~FixedArityNode ()=default |
| uint32_t | arity (void) const final |
| loco::Node * | arg (uint32_t n) const final |
| void | drop (void) final |
Protected Member Functions | |
| loco::Use * | at (uint32_t n) const |
Nodes with the fixed number of inputs.
TODO Deprecated this class, and use loco::FixedArity instead
Definition at line 70 of file CircleNodeMixins.h.
|
inline |
Definition at line 73 of file CircleNodeMixins.h.
References luci::must_cast().
|
virtualdefault |
|
inlinefinal |
|
inlinefinal |
Definition at line 85 of file CircleNodeMixins.h.
|
inlineprotected |
Definition at line 99 of file CircleNodeMixins.h.
References luci::must_cast().
Referenced by luci::CircleInstanceNorm::beta(), luci::CircleInstanceNorm::beta(), luci::CircleInstanceNorm::gamma(), luci::CircleInstanceNorm::gamma(), luci::CircleInstanceNorm::input(), luci::CircleInstanceNorm::input(), and luci::DynamicBatchToSingleBatchPass::run().
|
inlinefinal |
Definition at line 89 of file CircleNodeMixins.h.
References luci::must_cast().
Referenced by luci::fuse_sub_with_conv().