update amexec/readMe.md.

This commit is contained in:
HuaweiAscend
2020-07-28 20:04:48 +08:00
committed by Gitee
parent 448c05549d
commit ff05368515
+1 -1
View File
@@ -69,7 +69,7 @@ dump、动态多batch功能暂不支持。
| 参数名 | 说明 |
| -------- | ------------------------------- |
| --model | 需要进行推理的om模型 |
| --input | 模型需要的输入 |
| --input | 模型需要的输入,若不填,会自动生成都为0的数据 |
| --output | 推理数据输出路径 |
| --outfmt | 输出数据的格式,TXT或者BIN |
| --loop | 推理次数 [1,100],可选参数,默认1profiler为true时,推荐为1 |