ONE - On-device Neural Engine
Loading...
Searching...
No Matches
locoex::TFLTranspose Class Referencefinal

TRANSPOSE in TensorFlow Lite. More...

#include <TFLNodes.h>

Collaboration diagram for locoex::TFLTranspose:

Public Member Functions

 TFLTranspose ()=default
 
loco::Nodea (void) const
 Get the input node to transpose.
 
void a (loco::Node *node)
 Set the input node to transpose.
 
loco::Nodeperm (void) const
 
void perm (loco::Node *node)
 
- Public Member Functions inherited from locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::TRANSPOSE > >
 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::TRANSPOSE >
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.
 

Additional Inherited Members

- Protected Member Functions inherited from locoex::FixedArityNode< 2, TFLNodeImpl< TFLOpcode::TRANSPOSE > >
loco::Useat (unsigned n) const
 

Detailed Description

TRANSPOSE in TensorFlow Lite.

Definition at line 505 of file TFLNodes.h.

Constructor & Destructor Documentation

◆ TFLTranspose()

locoex::TFLTranspose::TFLTranspose ( )
default

Member Function Documentation

◆ a() [1/2]

void locoex::TFLTranspose::a ( loco::Node node)
inline

Set the input node to transpose.

Definition at line 515 of file TFLNodes.h.

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

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

◆ a() [2/2]

loco::Node * locoex::TFLTranspose::a ( void  ) const
inline

Get the input node to transpose.

Definition at line 512 of file TFLNodes.h.

512{ return at(0)->node(); }

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

◆ perm() [1/2]

void locoex::TFLTranspose::perm ( loco::Node node)
inline

◆ perm() [2/2]

loco::Node * locoex::TFLTranspose::perm ( void  ) const
inline

Definition at line 517 of file TFLNodes.h.

517{ return at(1)->node(); }

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


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