提交 73781d96 编写于 作者: C chenjiaoAngel

fix comment. test=develop

上级 6b1c2f72
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// limitations under the License. // limitations under the License.
#include <arm_neon.h> #include <arm_neon.h>
#include "lite/api/paddle_place.h"
#include "lite/backends/arm/math/conv_depthwise.h" #include "lite/backends/arm/math/conv_depthwise.h"
namespace paddle { namespace paddle {
...@@ -168,7 +169,7 @@ void conv_depthwise_5x5s2_fp32(float* dout, ...@@ -168,7 +169,7 @@ void conv_depthwise_5x5s2_fp32(float* dout,
ctx); ctx);
break; break;
default: default:
LOG(FATAL) << "this act_type: " << static_cast<int>(act_type) LOG(FATAL) << "this act_type: " << ActivationTypeToStr(act_type)
<< " fuse not support"; << " fuse not support";
} }
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册