diff --git a/docs/lite/docs/source_en/mindir/converter_tool_ascend.md b/docs/lite/docs/source_en/mindir/converter_tool_ascend.md index 3d241a8b426d3a34e835bafec293966219ac6021..82fec57ecf53b6bd2de8768d2e68a7f90103988b 100644 --- a/docs/lite/docs/source_en/mindir/converter_tool_ascend.md +++ b/docs/lite/docs/source_en/mindir/converter_tool_ascend.md @@ -62,7 +62,6 @@ Table 3: Configure [acl_build_options] parameter | ----------------------------------- | ---- | ------------------------------------------------------------ | -------- | ------ | | `input_format` | Optional | Specify the model input format. | String | Options: `"NCHW"`, `"NHWC"`, `"ND"` | | `input_shape` | Optional | Specify the model input shape. After the model is converted, it can be obtained using the Model.get_model_info ("input_shape") method. This parameter is consistent with the command line input_shape. | String | For example: `input1:1,3,512,512;input2:1,3,224,224` | -| `input_shape_rang` | Optional | Specify the model shape rang. | String | For example: `input1:[1-10,3,512,512];input2:[1-10,3,224,224]` | | `op_name_map` | Optional | Extension operator mapping configuration file path. | String | path of config file | | `ge.dynamicBatchSize` | Optional | Set dynamic batch gear parameters. | String | This parameter needs to be used in conjunction with the `input_shape` parameter | | `ge.dynamicImageSize` | Optional | Set dynamic resolution parameters for input images. | String | This parameter needs to be used in conjunction with the `input_shape` parameter | diff --git a/docs/lite/docs/source_zh_cn/mindir/converter_tool_ascend.md b/docs/lite/docs/source_zh_cn/mindir/converter_tool_ascend.md index 47cf44b3b7958263f1cf019eab53855784a120e4..4619cdc750fd1570b82b3011d01c77d8ac1675cb 100644 --- a/docs/lite/docs/source_zh_cn/mindir/converter_tool_ascend.md +++ b/docs/lite/docs/source_zh_cn/mindir/converter_tool_ascend.md @@ -62,7 +62,6 @@ | ----------------------------------- | ---- | ------------------------------------------------------------ | -------- | ------ | | `input_format` | 可选 | 指定模型输入format。 | String | 可选有`"NCHW"`、`"NHWC"`、`"ND"` | | `input_shape` | 可选 | 模型输入shape。模型转换后可以用Model.get_model_info("input_shpae")获取到。该参数与命令行中input_shape已统一。 | String | 例如:`input1:1,3,512,512;input2:1,3,224,224` | -| `input_shape_rang` | 可选 | 指定输入的shape rang。 | String | 例如:`input1:[1-10,3,512,512];input2:[1-10,3,224,224]` | | `op_name_map` | 可选 | 扩展算子映射配置文件路径。 | String | 配置文件路径 | | `ge.dynamicBatchSize` | 可选 | 设置动态batch档位参数。 | String | 该参数需要与`input_shape`参数配合使用 | | `ge.dynamicImageSize` | 可选 | 设置输入图片的动态分辨率参数。 | String | 该参数需要与`input_shape`参数配合使用 |