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

#include <TFLNodeVisitor.h>

Collaboration diagram for locoex::TFLNodeVisitor< T >:

Public Member Functions

virtual ~TFLNodeVisitor ()=default
 
virtual T visit (const TFLNode *)
 Default fallback.
 
- Public Member Functions inherited from locoex::TFLNodeVisitorBase< T >
virtual ~TFLNodeVisitorBase ()=default
 

Detailed Description

template<typename T>
struct locoex::TFLNodeVisitor< T >

Definition at line 40 of file TFLNodeVisitor.h.

Constructor & Destructor Documentation

◆ ~TFLNodeVisitor()

template<typename T >
virtual locoex::TFLNodeVisitor< T >::~TFLNodeVisitor ( )
virtualdefault

Member Function Documentation

◆ visit()

template<typename T >
virtual T locoex::TFLNodeVisitor< T >::visit ( const TFLNode )
inlinevirtual

Default fallback.

Definition at line 52 of file TFLNodeVisitor.h.

52{ INTERNAL_EXN("TFLNodeVisitor: NYI node"); }
#define INTERNAL_EXN(msg)
@ brief throw internal exception with message
Definition InternalExn.h:25

References INTERNAL_EXN.


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