File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cc_library(graph SRCS graph.cc DEPS node)
16
16
cc_library (graph_helper SRCS graph_helper.cc DEPS graph )
17
17
cc_library (pass SRCS pass.cc DEPS graph node graph_helper )
18
18
cc_library (graph_traits SRCS graph_traits.cc DEPS graph )
19
- cc_library (graph_pattern_detector SRCS graph_pattern_detector.cc DEPS graph graph_helper graph_traits gtest )
19
+ cc_library (graph_pattern_detector SRCS graph_pattern_detector.cc DEPS graph graph_helper graph_traits )
20
20
21
21
pass_library (graph_to_program_pass )
22
22
pass_library (graph_viz_pass )
Original file line number Diff line number Diff line change 18
18
#include < gtest/gtest.h>
19
19
#include " paddle/fluid/framework/ir/fuse_pass_base.h"
20
20
#include " paddle/fluid/framework/ir/pass.h"
21
- #include " paddle/fluid/inference/api/paddle_inference_pass.h"
22
21
#include " paddle/fluid/inference/analysis/ut_helper.h"
23
22
#include " paddle/fluid/inference/api/analysis_predictor.h"
24
23
#include " paddle/fluid/inference/api/helper.h"
25
24
#include " paddle/fluid/inference/api/paddle_inference_api.h"
25
+ #include " paddle/fluid/inference/api/paddle_inference_pass.h"
26
26
#include " paddle/fluid/inference/utils/singleton.h"
27
27
#include " paddle/fluid/platform/profiler.h"
28
28
You can’t perform that action at this time.
0 commit comments