---
title: --output
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/devaids/aoe/aoerc_16_0036.html
sourcePath: /source/zh/canncommercial/900/devaids/aoe/aoerc_16_0036.html
indexId: 61f292d0a0aa4b77b1b251fd6dc7e9478ea1dfc2ace90fc2709f936d650f06f560
---
# --output

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | √ |
| Atlas 推理系列产品 | √ |
| Atlas 训练系列产品 | √ |


#### 功能说明

调优后模型的存放路径以及文件名，例如：${HOME}/test/out/tf_resnet50，转换后的模型文件名以指定的为准，以.om后缀结尾，例如：tf_resnet50.om或tf_resnet50_linux_x86_64.om，若om文件名中包含操作系统及架构，则该om文件只能在该操作系统及架构的运行环境中使用。如果想要在其他操作系统及架构的运行环境使用，请使用ATC重新转换模型（需要带"--host_env_os"和"--host_env_cpu"参数），详见《ATC离线模型编译工具(https://www.hiascend.com/document/detail/zh/canncommercial/900/devaids/atctool/atlasatc_16_0001.html)》。


#### 关联参数

无。


#### 参数取值

参数值：调优后模型的存放路径以及文件名。

参数值格式：文件名支持大小写字母（a-z，A-Z）、数字（0-9）、下划线（_）、中划线（-）、句点（.）、中文汉字。


#### 推荐配置及收益

无。


#### 示例

- Caffe框架网络模型：

```
--output=${HOME}/test/out/caffe_resnet50
```


- TensorFlow框架网络模型：

```
--
output=${HOME}/test/out/tf_resnet50
```


- ONNX网络模型：

```
--
output=${HOME}/module/out/onnx_resnet50
```


#### 依赖约束

无。
