ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Visitor.h File Reference
#include "nest/stmt/Macro.h"
#include "nest/stmt/Forward.h"
#include "nest/stmt/Node.def"

Go to the source code of this file.

Data Structures

struct  nest::stmt::Visitor< T >
 

Namespaces

namespace  nest
 
namespace  nest::stmt
 

Macros

#define STMT(Tag)   virtual T visit(const NEST_STMT_CLASS_NAME(Tag) *) = 0;
 

Macro Definition Documentation

◆ STMT

#define STMT (   Tag)    virtual T visit(const NEST_STMT_CLASS_NAME(Tag) *) = 0;

Definition at line 32 of file Visitor.h.