Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / runtime / onert / core / include / ir / operation / BatchToSpaceND.h
index bb6be57..3e69b42 100644 (file)
@@ -32,7 +32,8 @@ public:
   enum Input
   {
     INPUT = 0,
-    BLOCK_SIZE = 1
+    BLOCK_SIZE = 1,
+    CROPS_DATA = 2
   };
 
 public: