summaryrefslogtreecommitdiff
path: root/runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h')
-rw-r--r--runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h b/runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h
index 052747a4c..af3bb63c7 100644
--- a/runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h
+++ b/runtime/onert/backend/cpu/ops/ElementwiseBinaryLayer.h
@@ -32,6 +32,7 @@ namespace ops
enum class ElementwiseBinaryType
{
+ kFloorDiv,
kLogicalAnd,
kLogicalOr,
kMax,