From 9a72737d76788915c7dce99dcd1e4f5b0d365056 Mon Sep 17 00:00:00 2001 From: zhupengyang Date: Tue, 12 May 2020 17:36:25 +0800 Subject: [PATCH] fix split subgraph doc (#3608) --- docs/demo_guides/npu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo_guides/npu.md b/docs/demo_guides/npu.md index e5f8662fe1..7b37d13350 100644 --- a/docs/demo_guides/npu.md +++ b/docs/demo_guides/npu.md @@ -186,7 +186,7 @@ $ ./lite/tools/build_npu.sh --arm_os=android --arm_abi=armv7 --arm_lang=gcc --an concat softmax ``` - - 由于这些算子都指定在NPU上运行,因此不需要特意配置算子的输入输出名称。 + - 由于这些算子都指定在CPU上运行,因此不需要特意配置算子的输入输出名称。 - 5、指定配置文件路径 -- GitLab