ONE - On-device Neural Engine
Loading...
Searching...
No Matches
FuseInstanceNormPass.cpp File Reference
#include "FuseInstanceNormPass.h"
#include "Dialect/IR/TFLNodes.h"
#include "Dialect/IR/CircleNodes.h"
#include <loco/Service/ShapeInference.h>
#include <cassert>
#include <set>

Go to the source code of this file.

Namespaces

namespace  exo
 

Macros

#define CHECK_OR_FALSE(condition)
 

Macro Definition Documentation

◆ CHECK_OR_FALSE

#define CHECK_OR_FALSE (   condition)
Value:
if (not(condition)) \
return false;