You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove final references to /docs/website/... (#1094)
Summary:
Pull Request resolved: #1094
portable/README.md: Use the same path as a similar link later in the document.
xnnpack/README.md: The URLs were broken; point to the public website, which will render them more nicely.
These are the last references to `docs/website` apart from files that actually live under `docs/website`.
Reviewed By: mergennachin
Differential Revision: D50627786
fbshipit-source-id: 37ec0bf2b85eae6f75a6640c7917459f33607044
Copy file name to clipboardExpand all lines: examples/portable/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ExecuTorch in Portable Mode
2
2
3
-
This dir contains demos to illustrate an end-to-end workflow of using ExecuTorch in [portable mode](/docs/website/docs/basics/terminology.md).
3
+
This dir contains demos to illustrate an end-to-end workflow of using ExecuTorch in [portable mode](../../docs/source/concepts.md#portable-mode-lean-mode).
Copy file name to clipboardExpand all lines: examples/xnnpack/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# XNNPACK Backend
2
2
3
3
[XNNPACK](https://github.com/google/XNNPACK) is a library of optimized neural network operators for ARM and x86 CPU platforms. Our delegate lowers models to run using these highly optimized CPU operators. You can try out lowering and running some example models in the demo. Please refer to the following docs for information on the XNNPACK Delegate
0 commit comments