ONE - On-device Neural Engine
|
CONCATENATION in TensorFlow Lite. More...
#include <TFLNodes.h>
Public Member Functions | |
TFLConcatenation (uint32_t arity) | |
uint32_t | numValues (void) const |
Node * | values (uint32_t index) const |
void | values (uint32_t index, Node *node) |
uint32_t | axis (void) const |
void | axis (uint32_t axis) |
Public Member Functions inherited from locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > > | |
VariadicArityNode (uint32_t arity) | |
virtual | ~VariadicArityNode ()=default |
uint32_t | arity (void) const final |
loco::Node * | arg (uint32_t n) const final |
void | drop (void) final |
Public Member Functions inherited from locoex::TFLNodeImpl< TFLOpcode::CONCATENATION > | |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > > | |
loco::Use * | at (uint32_t n) const |
CONCATENATION in TensorFlow Lite.
Definition at line 158 of file TFLNodes.h.
|
inline |
Definition at line 162 of file TFLNodes.h.
References locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > >::arity().
|
inline |
Definition at line 185 of file TFLNodes.h.
References axis().
Referenced by axis().
|
inline |
Definition at line 184 of file TFLNodes.h.
Referenced by exo::MergeConcatNodesPass::run().
|
inline |
Definition at line 169 of file TFLNodes.h.
References locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > >::arity().
|
inline |
Definition at line 172 of file TFLNodes.h.
References locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > >::at(), loco::Use::node(), and numValues().
Referenced by exo::TensorConcatConverter::convert().
|
inline |
Definition at line 177 of file TFLNodes.h.
References locoex::VariadicArityNode< TFLNodeImpl< TFLOpcode::CONCATENATION > >::at(), loco::Use::node(), and numValues().