Expose Executor to Python (#4804)
* Expose Executor to Python * Follow commentsrevert-4814-Add_sequence_project_op
parent
a4b172252b
commit
6729f32c74
@ -1,6 +1,6 @@
|
||||
if(WITH_PYTHON)
|
||||
cc_library(paddle_pybind SHARED
|
||||
SRCS pybind.cc exception.cc protobuf.cc
|
||||
DEPS pybind python backward proto_desc tensor_array paddle_memory
|
||||
DEPS pybind python backward proto_desc tensor_array paddle_memory executor
|
||||
${GLOB_OP_LIB})
|
||||
endif(WITH_PYTHON)
|
||||
|
Loading…
Reference in new issue