From aeb6d50ee8a9e6fcfea83e9c012742d661d8cea0 Mon Sep 17 00:00:00 2001 From: eclipsess Date: Fri, 9 Nov 2018 14:51:23 +0800 Subject: [PATCH] fix build.sh -xx with fetchop reference not found --- src/operators/kernel/arm/fetch_kernel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/operators/kernel/arm/fetch_kernel.cpp b/src/operators/kernel/arm/fetch_kernel.cpp index 62d0e67889..6c25514857 100644 --- a/src/operators/kernel/arm/fetch_kernel.cpp +++ b/src/operators/kernel/arm/fetch_kernel.cpp @@ -8,7 +8,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#ifdef FUSION_CONVADD_OP #include "operators/kernel/fetch_kernel.h" namespace paddle_mobile { namespace operators { @@ -23,4 +22,3 @@ void FetchKernel::Compute(const FetchParam ¶m) { template class FetchKernel; } // namespace operators } // namespace paddle_mobile -#endif -- GitLab