Skip to content

Commit 6c63cc9

Browse files
authored
Add link to executorch-examples in module/c++ doc (#10026)
https://github.com/pytorch-labs/executorch-examples/tree/main/mv2/cpp
1 parent f2a08da commit 6c63cc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/using-executorch-cpp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ if (result.ok()) {
3232
3333
For more information on the Module class, see [Running an ExecuTorch Model Using the Module Extension in C++](extension-module.md). For information on high-level tensor APIs, see [Managing Tensor Memory in C++](extension-tensor.md).
3434
35+
For complete examples of building and running a C++ application using the Module API, refer to our [examples GitHub repository](https://github.com/pytorch-labs/executorch-examples/tree/main/mv2/cpp).
36+
3537
## Low-Level APIs
3638
3739
Running a model using the low-level runtime APIs allows for a high-degree of control over memory allocation, placement, and loading. This allows for advanced use cases, such as placing allocations in specific memory banks or loading a model without a file system. For an end to end example using the low-level runtime APIs, see [Running an ExecuTorch Model in C++ Tutorial](running-a-model-cpp-tutorial.md).

0 commit comments

Comments
 (0)