Fix deps of prune (#19876)

Add boost as dependency of prune

fix #19862
expand_as_op_1
Huihuang Zheng 6 years ago committed by GitHub
parent c7e688921b
commit a35557d8f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,7 +202,7 @@ cc_library(parallel_executor SRCS parallel_executor.cc DEPS
graph build_strategy
fast_threaded_ssa_graph_executor variable_helper)
cc_library(prune SRCS prune.cc DEPS framework_proto)
cc_library(prune SRCS prune.cc DEPS framework_proto boost)
cc_test(prune_test SRCS prune_test.cc DEPS op_info prune recurrent_op device_context)
cc_test(var_type_inference_test SRCS var_type_inference_test.cc DEPS op_registry
proto_desc)

Loading…
Cancel
Save