summaryrefslogtreecommitdiff
path: root/compiler/coco/core/include/coco/IR/Op.lst
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/coco/core/include/coco/IR/Op.lst')
-rw-r--r--compiler/coco/core/include/coco/IR/Op.lst19
1 files changed, 19 insertions, 0 deletions
diff --git a/compiler/coco/core/include/coco/IR/Op.lst b/compiler/coco/core/include/coco/IR/Op.lst
new file mode 100644
index 000000000..a3028bde2
--- /dev/null
+++ b/compiler/coco/core/include/coco/IR/Op.lst
@@ -0,0 +1,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)