[CI] [Lite-Subgraph] CI add lite subgraph check. (#25346)
parent
e65c5b8e83
commit
848aca7ae8
@ -1,5 +1,6 @@
|
||||
cc_library(lite_op_teller SRCS op_teller.cc DEPS lite_full_static framework_proto device_context boost xxhash)
|
||||
cc_library(lite_engine SRCS engine.cc DEPS lite_full_static framework_proto)
|
||||
cc_library(lite_tensor_utils SRCS tensor_utils.cc DEPS memcpy lite_full_static framework_proto boost)
|
||||
cc_library(lite_tensor_utils SRCS tensor_utils.cc DEPS memcpy lite_full_static framework_proto boost device_context)
|
||||
|
||||
cc_test(test_lite_engine SRCS test_engine.cc DEPS lite_engine protobuf framework_proto glog gtest analysis)
|
||||
cc_test(test_lite_tensor_utils SRCS test_tensor_utils.cc DEPS lite_engine lite_tensor_utils)
|
||||
|
Loading…
Reference in new issue