From 15d239160f66291325b01cabd46938ca451c29db Mon Sep 17 00:00:00 2001 From: zhaojiaying01 Date: Fri, 11 Jan 2019 10:46:09 +0800 Subject: [PATCH] Delete invalid file --- src/operators/math/conv1x1.cpp | 4 ---- src/operators/math/conv1x1.h | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 src/operators/math/conv1x1.cpp delete mode 100644 src/operators/math/conv1x1.h diff --git a/src/operators/math/conv1x1.cpp b/src/operators/math/conv1x1.cpp deleted file mode 100644 index c23ef04a73..0000000000 --- a/src/operators/math/conv1x1.cpp +++ /dev/null @@ -1,4 +0,0 @@ -// -// Created by Zhao,Jiaying(MMS) on 2019/1/10. -// - diff --git a/src/operators/math/conv1x1.h b/src/operators/math/conv1x1.h deleted file mode 100644 index cbf7d9b76c..0000000000 --- a/src/operators/math/conv1x1.h +++ /dev/null @@ -1,8 +0,0 @@ -// -// Created by Zhao,Jiaying(MMS) on 2019/1/10. -// - -#ifndef PADDLE_MOBILE_CONV1X1_H -#define PADDLE_MOBILE_CONV1X1_H - -#endif //PADDLE_MOBILE_CONV1X1_H -- GitLab