Skip to content

Commit

Permalink
Update docs/how_to/deploy/deploy_models/10-depoly_adreno.md
Browse files Browse the repository at this point in the history
Co-authored-by: sparanoid <[email protected]>
  • Loading branch information
Anleeos and sparanoid authored Nov 30, 2023
1 parent 0ab1365 commit c8a480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/deploy/deploy_models/10-depoly_adreno.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ mod = apply_graph_transforms(

```

正如您在 IR 中所看到的那样,该架构现在包含强制转换操作,这些操作是为了将精度转换为 FP16 。您还可以使用 "float16" 或 "float32" 作为其他 dtype 选项。
正如您在 IR 中所看到的那样,该架构现在包含强制转换操作,这些操作是为了将精度转换为 FP16。您还可以使用 "float16" 或 "float32" 作为其他 dtype 选项。

## 准备 TVM 目标

Expand Down

0 comments on commit c8a480a

Please sign in to comment.