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

#include <TFLNodeVisitor.h>

Collaboration diagram for locoex::TFLNodeMutableVisitor< T >:

Public Member Functions

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

Detailed Description

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

Definition at line 68 of file TFLNodeVisitor.h.

Constructor & Destructor Documentation

◆ ~TFLNodeMutableVisitor()

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

Member Function Documentation

◆ visit()

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

Default fallback.

Definition at line 80 of file TFLNodeVisitor.h.

80{ INTERNAL_EXN("TFLNodeMutableVisitor: 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: