From ebe8966e06392996a398b8b90e61769166ec8e4a Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Thu, 7 Sep 2017 11:33:03 +0800 Subject: [PATCH] Add im2col_test. --- paddle/operators/math/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/operators/math/CMakeLists.txt b/paddle/operators/math/CMakeLists.txt index 7a41e294a8..f8333f34f7 100644 --- a/paddle/operators/math/CMakeLists.txt +++ b/paddle/operators/math/CMakeLists.txt @@ -7,3 +7,4 @@ else() endif() nv_test(math_function_test SRCS math_function_test.cc DEPS math_function tensor) +cc_test(im2col_test SRCS im2col_test.cc DEPS math_function tensor) -- GitLab