Skip to content

Commit a64edbf

Browse files
author
Yang Yang(Tony)
authored
delete backward.cc related code on the python side (#9854)
1 parent b26f505 commit a64edbf

File tree

9 files changed

+3
-628
lines changed

9 files changed

+3
-628
lines changed

paddle/fluid/framework/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@ add_custom_command(TARGET framework_py_proto POST_BUILD
7979
COMMENT "Copy generated python proto into directory paddle/fluid/proto."
8080
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
8181

82-
cc_library(backward SRCS backward.cc DEPS operator)
8382
cc_library(lod_rank_table SRCS lod_rank_table.cc DEPS lod_tensor)
8483

8584
cc_library(feed_fetch_method SRCS feed_fetch_method.cc DEPS lod_tensor scope glog)
8685

8786
cc_library(executor SRCS executor.cc DEPS op_registry device_context scope
88-
framework_proto backward glog lod_rank_table feed_fetch_method)
87+
framework_proto glog lod_rank_table feed_fetch_method)
8988

9089

9190
cc_library(parallel_executor SRCS parallel_executor.cc DEPS multi_devices_graph_builder threaded_ssa_graph_executor)

0 commit comments

Comments
 (0)