ONE - On-device Neural Engine
Loading...
Searching...
No Matches
CircleNodeImpl.h File Reference
#include "CircleNodes.h"
#include <oops/InternalExn.h>
#include <cassert>
#include "CircleNodes.lst"

Go to the source code of this file.

Namespaces

namespace  locoex
 

Macros

#define CIRCLE_NODE(OPCODE, CLASS)
 
#define CIRCLE_NODE(OPCODE, CLASS)
 

Macro Definition Documentation

◆ CIRCLE_NODE [1/2]

#define CIRCLE_NODE (   OPCODE,
  CLASS 
)
Value:
\
case CircleOpcode::OPCODE: \
return v->visit(dynamic_cast<const CLASS *>(this));

◆ CIRCLE_NODE [2/2]

#define CIRCLE_NODE (   OPCODE,
  CLASS 
)
Value:
\
case CircleOpcode::OPCODE: \
return v->visit(dynamic_cast<CLASS *>(this));