From f846d221dd6b10fe3a93cbf7b763089914b9c07f Mon Sep 17 00:00:00 2001 From: zhupengyang Date: Tue, 27 Apr 2021 12:54:41 +0000 Subject: [PATCH] [ARM] fix sequence_pool; test=develop --- lite/operators/op_params.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lite/operators/op_params.h b/lite/operators/op_params.h index 81e90905e09..79fd582325d 100644 --- a/lite/operators/op_params.h +++ b/lite/operators/op_params.h @@ -1214,9 +1214,7 @@ struct SequencePoolParam : ParamBase { lite::Tensor* Out{}; lite::Tensor* MaxIndex{}; std::string pool_type{"AVERAGE"}; -#ifdef LITE_WITH_X86 float pad_value{0.0f}; -#endif }; struct SequenceConvParam : ParamBase {