Fix failed build (#554)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Fri, 6 Jul 2018 12:15:52 +0000 (16:15 +0400)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 6 Jul 2018 12:15:52 +0000 (21:15 +0900)
Fixes mismatched include guard in conv_2D.h

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/backend/interpreter/core/include/interpreter/ops/conv_2D.h

index 2635664..11421e7 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _NNC_CORE_BACKEND_INTERPRETER_CONV2D_IMPL_
-#define _NNC_CORE_BACKEND_INTERPRETER_CONV2D_IMPL
+#define _NNC_CORE_BACKEND_INTERPRETER_CONV2D_IMPL_
 
 #include "interpreter/ops/OperationImpl.h"
 #include "nnc/core/IR/model/operations/conv_2d_op.h"