We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a5b74 commit d06d855Copy full SHA for d06d855
cmake/inference_lib.cmake
@@ -210,8 +210,8 @@ copy(fluid_lib_dist
210
211
set(module "imperative")
212
copy(fluid_lib_dist
213
- SRCS ${src_dir}/${module}/type_defs.h ${src_dir}/${module}/dygraph_grad_maker.h
214
- DSTS ${dst_dir}/${module}/ ${dst_dir}/${module}/
+ SRCS ${src_dir}/${module}/type_defs.h ${src_dir}/${module}/dygraph_grad_maker.h ${src_dir}/${module}/layer.h
+ DSTS ${dst_dir}/${module}/ ${dst_dir}/${module}/ ${dst_dir}/${module}/
215
)
216
217
set(module "operators")
0 commit comments