From 12619fcf90e0838fd2e135ba3268017c83ceb2fe Mon Sep 17 00:00:00 2001 From: fengjiayi Date: Wed, 20 Jun 2018 10:34:23 +0800 Subject: [PATCH] fix a compile error --- paddle/fluid/operators/math/math_function.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/operators/math/math_function.cc b/paddle/fluid/operators/math/math_function.cc index d39154c6f8..c3387be6da 100644 --- a/paddle/fluid/operators/math/math_function.cc +++ b/paddle/fluid/operators/math/math_function.cc @@ -30,6 +30,7 @@ template struct SetConstant; template struct SetConstant; template struct SetConstant; template struct SetConstant; +template struct SetConstant; #define DEFINE_CPU_TRANS(RANK) \ template struct Transpose