@ -15,6 +15,7 @@ limitations under the License. */
#include "paddle/operators/math/im2col.h"
namespace paddle {
namespace operators {
namespace math {
/*
@ -243,4 +244,5 @@ template class Col2ImFunctor<kOCF, platform::CPUPlace, float>;
template class Col2ImFunctor<kOCF, platform::CPUPlace, double>;
} // namespace math
} // namespace operators
} // namespace paddle
@ -16,6 +16,7 @@ limitations under the License. */
#include "paddle/platform/cuda_helper.h"
template <class T>
@ -353,4 +354,5 @@ template class Col2ImFunctor<kOCF, platform::GPUPlace, float>;
template class Col2ImFunctor<kOCF, platform::GPUPlace, double>;
@ -18,6 +18,7 @@ limitations under the License. */
#include "paddle/platform/device_context.h"
/* The storage format of the coldata in the Im2ColFunctor and Col2ImFunctor. */
@ -85,4 +86,5 @@ class Col2ImFunctor {
};