|
ONE - On-device Neural Engine
|
#include <TFConcatV2.h>

Public Member Functions | |
| TFConcatV2 (uint32_t arity) | |
| uint32_t | num_values (void) const |
| Node * | values (uint32_t index) const |
| void | values (uint32_t index, Node *node) |
| Node * | axis (void) const |
| void | axis (Node *node) |
Public Member Functions inherited from moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > > | |
| 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 moco::TFNodeImpl< TFOpcode::ConcatV2 > | |
| virtual | ~TFNodeImpl ()=default |
| uint32_t | opnum (void) const final |
| TFOpcode | opcode (void) const final |
Public Member Functions inherited from moco::TFNode | |
| virtual | ~TFNode ()=default |
| const loco::Dialect * | dialect (void) const final |
| Return "Dialect" identifier that this node belongs to. | |
| template<typename T > | |
| T | accept (TFNodeVisitorBase< T > *) const |
| template<typename T > | |
| T | accept (TFNodeMutableVisitorBase< T > *) |
| NodeName | name (void) const |
| void | name (const NodeName &name) |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > > | |
| loco::Use * | at (uint32_t n) const |
Definition at line 55 of file TFConcatV2.h.
|
inline |
Definition at line 58 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::arity().
|
inline |
Definition at line 85 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::at(), loco::Use::node(), and num_values().
Referenced by onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::__init__(), and onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::update_state().
|
inline |
Definition at line 84 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::at(), loco::Use::node(), and num_values().
Referenced by onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::__init__(), and onert.experimental.train.metrics.categorical_accuracy.CategoricalAccuracy::update_state().
|
inline |
Definition at line 66 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::arity().
|
inline |
Definition at line 73 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::at(), moco::index(), loco::Use::node(), and num_values().
|
inline |
Definition at line 78 of file TFConcatV2.h.
References moco::VariadicArityNode< TFNodeImpl< TFOpcode::ConcatV2 > >::at(), moco::index(), loco::Use::node(), and num_values().