summaryrefslogtreecommitdiff
path: root/compiler/coco/core/include/coco/IR/Op.lst
blob: a3028bde212297882428183acf0f01aaf18a09ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef OP
#error OP should be defined before including this file
#endif // OP

// OP(Name)

OP(Load)
OP(Conv2D)
OP(MaxPool2D)
OP(AvgPool2D)
OP(PadF)
OP(ReLU)
OP(ReLU6)
OP(Add)
OP(Sqrt)
OP(Sub)
OP(Mul)
OP(Div)
OP(ConcatF)