|
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. | |
Public Member Functions inherited from locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > > | |
| FixedArityNode () | |
| virtual | ~FixedArityNode ()=default |
| unsigned | arity (void) const final |
| loco::Node * | arg (uint32_t n) const final |
| void | drop (void) final |
Public Member Functions inherited from locoex::TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > | |
| virtual | ~TFLNodeImpl ()=default |
| uint32_t | opnum (void) const final |
| TFLOpcode | opcode (void) const final |
Public Member Functions inherited from locoex::TFLNode | |
| 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 > *) |
Public Member Functions inherited from loco::Node | |
| Node ()=default | |
| Node (const Node &)=delete | |
| Node (Node &&)=delete | |
| virtual | ~Node () |
| Graph * | graph (void) |
| const Graph * | graph (void) const |
Public Member Functions inherited from loco::AnnotatedItem< NodeAnnotation > | |
| 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. | |
Public Member Functions inherited from locoex::TFLNodeMixin< TFLNodeTrait::FusedActFunc > | |
| TFLNodeMixin ()=default | |
| FusedActFunc | fusedActivationFunction () const |
| void | fusedActivationFunction (FusedActFunc fused_act_fun) |
Public Member Functions inherited from locoex::TFLNodeMixin< TFLNodeTrait::Bias > | |
| TFLNodeMixin ()=default | |
Additional Inherited Members | |
Protected Member Functions inherited from locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > > | |
| 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().