ONE - On-device Neural Engine
|
FULLY_CONNECTED in TensorFlow Lite. More...
#include <TFLNodes.h>
Public Member Functions | |
loco::Node * | input (void) const |
void | input (loco::Node *node) |
loco::Node * | weights (void) const |
void | weights (loco::Node *node) |
loco::Node * | bias (void) const override |
void | bias (loco::Node *node) override |
get the input for bias. | |
![]() | |
FixedArityNode () | |
virtual | ~FixedArityNode ()=default |
unsigned | arity (void) const final |
loco::Node * | arg (uint32_t n) const final |
void | drop (void) final |
![]() | |
virtual | ~TFLNodeImpl ()=default |
uint32_t | opnum (void) const final |
TFLOpcode | opcode (void) const final |
![]() | |
virtual | ~TFLNode ()=default |
const loco::Dialect * | dialect (void) const final |
Return "Dialect" identifier that this node belongs to. | |
template<typename T > | |
T | accept (TFLNodeVisitorBase< T > *) const |
template<typename T > | |
T | accept (TFLNodeMutableVisitorBase< T > *) |
![]() | |
Node ()=default | |
Node (const Node &)=delete | |
Node (Node &&)=delete | |
virtual | ~Node () |
Graph * | graph (void) |
const Graph * | graph (void) const |
![]() | |
AnnotatedItem ()=default | |
virtual | ~AnnotatedItem ()=default |
const T * | annot (void) const |
Retrieve a stored annotation of type T. | |
void | annot (std::unique_ptr< T > &&p) |
Attach or remove a new annotation of type T. | |
![]() | |
TFLNodeMixin ()=default | |
FusedActFunc | fusedActivationFunction () const |
void | fusedActivationFunction (FusedActFunc fused_act_fun) |
![]() | |
TFLNodeMixin ()=default | |
Additional Inherited Members | |
![]() | |
loco::Use * | at (unsigned n) const |
FULLY_CONNECTED in TensorFlow Lite.
Definition at line 295 of file TFLNodes.h.
|
inlineoverridevirtual |
get the input for bias.
Implements locoex::TFLNodeMixin< TFLNodeTrait::Bias >.
Definition at line 307 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().
|
inlineoverridevirtual |
Implements locoex::TFLNodeMixin< TFLNodeTrait::Bias >.
Definition at line 306 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().
|
inline |
Definition at line 301 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().
|
inline |
Definition at line 300 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().
|
inline |
Definition at line 304 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().
|
inline |
Definition at line 303 of file TFLNodes.h.
References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().