Skip to content

Commit 1ec4939

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
update sdk doc from mvp
Differential Revision: D56433016
1 parent 90d0c1a commit 1ec4939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/sdk-etrecord.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ the ExecuTorch program (returned by the call to ``to_executorch()``), and option
2929
they are interested in working with via our tooling.
3030

3131
.. warning::
32-
Users should do a deepcopy of the output of to_edge() and pass in the deepcopy to the generate_etrecord API. This is needed because the subsequent call, to_executorch(), does an in-place mutation and will lose debug data in the process.
32+
Users should do a deepcopy of the output of ``to_edge()`` and pass in the deepcopy to the ``generate_etrecord`` API. This is needed because the subsequent call, ``to_executorch()``, does an in-place mutation and will lose debug data in the process.
3333

3434
.. currentmodule:: executorch.sdk.etrecord._etrecord
3535
.. autofunction:: generate_etrecord

docs/source/sdk-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The ExecuTorch SDK supports the following features:
1414
- Model loading and execution time
1515
- **Delegate Integration** - Surfacing performance details from delegate backends
1616
- Link back delegate operator execution to the nodes they represent in the edge dialect graph (and subsequently linking back to source code and module hierarchy)
17-
- **Debugging** (Intermediate outputs and output quality analysis) - Coming soon
17+
- **Debugging** - Intermediate outputs and output quality analysis
1818
- **Visualization** - Coming soon
1919

2020
## Fundamental components of the SDK

0 commit comments

Comments
 (0)