Skip to content

Commit f9f8acb

Browse files
authored
[CANN] update CANN docs (#25870)
### Description Add description for the enable_cann_subgraph parameter. (#25867)
1 parent 7b07285 commit f9f8acb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/execution-providers/community-maintained/CANN-ExecutionProvider.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ Whether to use the graph inference engine to speed up performance. The recommend
7171

7272
Default value: true
7373

74+
### enable_cann_subgraph
75+
76+
The CANN backend supports automatic splitting of ONNX models. If set to true, it will support more ONNX models, but it may also introduce some performance overhead (as some nodes may fall back to the CPU).
77+
78+
Default value: false
79+
7480
### dump_graphs
7581

7682
Whether to dump the subgraph into onnx format for analysis of subgraph segmentation.

0 commit comments

Comments
 (0)