ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
locoex::TFLFullyConnected Class Referencefinal

FULLY_CONNECTED in TensorFlow Lite. More...

#include <TFLNodes.h>

Collaboration diagram for locoex::TFLFullyConnected:

Public Member Functions

loco::Nodeinput (void) const
 
void input (loco::Node *node)
 
loco::Nodeweights (void) const
 
void weights (loco::Node *node)
 
loco::Nodebias (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::Nodearg (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::Dialectdialect (void) const final
 Return "Dialect" identifier that this node belongs to.
 
template<typename T >
accept (TFLNodeVisitorBase< T > *) const
 
template<typename T >
accept (TFLNodeMutableVisitorBase< T > *)
 
- Public Member Functions inherited from loco::Node
 Node ()=default
 
 Node (const Node &)=delete
 
 Node (Node &&)=delete
 
virtual ~Node ()
 
Graphgraph (void)
 
const Graphgraph (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::Useat (unsigned n) const
 

Detailed Description

FULLY_CONNECTED in TensorFlow Lite.

Definition at line 295 of file TFLNodes.h.

Member Function Documentation

◆ bias() [1/2]

void locoex::TFLFullyConnected::bias ( loco::Node node)
inlineoverridevirtual

get the input for bias.

Implements locoex::TFLNodeMixin< TFLNodeTrait::Bias >.

Definition at line 307 of file TFLNodes.h.

307{ at(2)->node(node); }
Node * node(void) const
Definition Use.h:58

References locoex::FixedArityNode< 3, TFLNodeImpl< TFLOpcode::FULLY_CONNECTED > >::at(), and loco::Use::node().

◆ bias() [2/2]

loco::Node * locoex::TFLFullyConnected::bias ( void  ) const
inlineoverridevirtual

◆ input() [1/2]

void locoex::TFLFullyConnected::input ( loco::Node node)
inline

◆ input() [2/2]

loco::Node * locoex::TFLFullyConnected::input ( void  ) const
inline

◆ weights() [1/2]

void locoex::TFLFullyConnected::weights ( loco::Node node)
inline

◆ weights() [2/2]

loco::Node * locoex::TFLFullyConnected::weights ( void  ) const
inline

The documentation for this class was generated from the following file: