[mir_caffe] Remove unused BatchNorm op (#6461)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Fri, 9 Aug 2019 17:01:30 +0000 (20:01 +0300)
committerAlexander Efimov/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 9 Aug 2019 17:01:30 +0000 (20:01 +0300)
It will be reimplemented taking into account different variations between frameworks.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/mir-caffe-importer/caffe_op_creator.cpp

index f6f6ab9..0fb0cca 100644 (file)
@@ -17,7 +17,6 @@
 #include "caffe_op_creator.h"
 
 #include "mir/ops/AddOp.h"
-#include "mir/ops/BatchNormOp.h"
 #include "mir/ops/CappedReluOp.h"
 #include "mir/ops/ConcatOp.h"
 #include "mir/ops/ConstantOp.h"