From 20b0e3e7844ddd1690ce79e3c880d4eccf3fdb64 Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Mon, 7 Aug 2017 16:23:34 +0800 Subject: [PATCH] "remove pybind" --- paddle/pybind/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 paddle/pybind/CMakeLists.txt diff --git a/paddle/pybind/CMakeLists.txt b/paddle/pybind/CMakeLists.txt deleted file mode 100644 index 29dd0ded0ac..00000000000 --- a/paddle/pybind/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -cc_library(paddle_pybind SHARED - SRCS pybind.cc - DEPS pybind python backward - fc_op - sgd_op - add_op - mean_op - cross_entropy_op - recurrent_op) -- GitLab