Skip to content

Commit

Permalink
Update docs/how_to/deploy/09-deploy_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 3fd4256 commit 275884f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to/deploy/09-deploy_adreno.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ TVM 编译输出以模块共享库( mod.so )、图形 json ( mod.json )

通常对于任何 Android 应用程序集成来说,基于 CPP/C 的接口就足够了。

TVM 原生地公开了 ``c_runtime_api`` ,用于加载 TVM 编译的模块并运行相同的模块。
TVM 原生地公开了 ``c_runtime_api``,用于加载 TVM 编译的模块并运行相同的模块。

或者,用户还可以参考 [cpp_rtvm](https://github.com/apache/tvm/blob/main/apps/cpp_rtvm/tvm_runner.h) 中的 ``TVMRunner`` 接口,以获得相同的进一步简化的版本。

Expand Down

0 comments on commit 275884f

Please sign in to comment.