ONE - On-device Neural Engine
Loading...
Searching...
No Matches
locoex::TFLNodeImpl< Code > Struct Template Reference

#include <TFLNodeDecl.h>

Collaboration diagram for locoex::TFLNodeImpl< Code >:

Public Member Functions

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
 
virtual uint32_t arity (void) const =0
 Return the number of arguments.
 
virtual Nodearg (uint32_t N) const =0
 Access N-th argument node.
 
virtual void drop (void)=0
 Drop all the reference of arguments.
 
- 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.
 

Detailed Description

template<TFLOpcode Code>
struct locoex::TFLNodeImpl< Code >

Definition at line 40 of file TFLNodeDecl.h.

Constructor & Destructor Documentation

◆ ~TFLNodeImpl()

template<TFLOpcode Code>
virtual locoex::TFLNodeImpl< Code >::~TFLNodeImpl ( )
virtualdefault

Member Function Documentation

◆ opcode()

template<TFLOpcode Code>
TFLOpcode locoex::TFLNodeImpl< Code >::opcode ( void  ) const
inlinefinalvirtual

Implements locoex::TFLNode.

Definition at line 45 of file TFLNodeDecl.h.

45{ return Code; }

◆ opnum()

template<TFLOpcode Code>
uint32_t locoex::TFLNodeImpl< Code >::opnum ( void  ) const
inlinefinalvirtual

Implements loco::Node.

Definition at line 44 of file TFLNodeDecl.h.

44{ return static_cast<uint32_t>(Code); }

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