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 c2d8c78 commit 0ab1365
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 @@ -208,7 +208,7 @@ img = np.expand_dims(img, 0)
![cat](https://tvm.apache.org/docs/_images/sphx_glr_from_keras_001.png)

## 将 PyTorch 模型转换为 Relay 模块
TVM 具有用于各种框架 的在 relay.frontend 中的前端 API 。现在对于 PyTorch 模型导入,我们有 relay.frontend.from_pytorch API 。输入名称可以是任意的
TVM 具有用于各种框架 的在 relay.frontend 中的前端 API。现在对于 PyTorch 模型导入,我们有 relay.frontend.from_pytorch API。输入名称可以是任意的

```python
input_name = "input0"
Expand Down

0 comments on commit 0ab1365

Please sign in to comment.