From bda99ea447994b10fb940cc2c6d8f44c9bcedf08 Mon Sep 17 00:00:00 2001 From: dou <15529241576@163.com> Date: Wed, 27 Aug 2025 08:12:58 +0000 Subject: [PATCH] update CANN docs --- .../community-maintained/CANN-ExecutionProvider.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/execution-providers/community-maintained/CANN-ExecutionProvider.md b/docs/execution-providers/community-maintained/CANN-ExecutionProvider.md index b80e397aca371..899543440306a 100644 --- a/docs/execution-providers/community-maintained/CANN-ExecutionProvider.md +++ b/docs/execution-providers/community-maintained/CANN-ExecutionProvider.md @@ -71,6 +71,12 @@ Whether to use the graph inference engine to speed up performance. The recommend Default value: true +### enable_cann_subgraph + +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). + +Default value: false + ### dump_graphs Whether to dump the subgraph into onnx format for analysis of subgraph segmentation.