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

#include <TFNodeVisitor.h>

Collaboration diagram for moco::TFNodeVisitor< T >:

Public Member Functions

virtual ~TFNodeVisitor ()=default
 
virtual T visit (const TFNode *)
 Default fallback.
 
- Public Member Functions inherited from moco::TFNodeVisitorBase< T >
virtual ~TFNodeVisitorBase ()=default
 

Detailed Description

template<typename T>
struct moco::TFNodeVisitor< T >

Definition at line 39 of file TFNodeVisitor.h.

Constructor & Destructor Documentation

◆ ~TFNodeVisitor()

template<typename T >
virtual moco::TFNodeVisitor< T >::~TFNodeVisitor ( )
virtualdefault

Member Function Documentation

◆ visit()

template<typename T >
virtual T moco::TFNodeVisitor< T >::visit ( const TFNode )
inlinevirtual

Default fallback.

Definition at line 51 of file TFNodeVisitor.h.

51{ throw std::runtime_error{"Unsupported Node"}; }

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