Skip to content

Commit b846198

Browse files
authored
Fix documentation link for Core ATen operators
Updated link to Core ATen operator set documentation.
1 parent 1a8acf6 commit b846198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ExecuTorch uses **ahead-of-time (AOT) compilation** to prepare PyTorch models fo
5252
2. **⚙️ Compile** — Quantize, optimize, and partition to hardware backends → `.pte`
5353
3. **🚀 Execute** — Load `.pte` on-device via lightweight C++ runtime
5454

55-
Models use a standardized [Core ATen operator set](https://docs.pytorch.org/executorch/main/concepts.html#core-aten-operators). [Partitioners](https://docs.pytorch.org/executorch/main/compiler-delegate-and-partitioner.html) delegate subgraphs to specialized hardware (NPU/GPU) with CPU fallback.
55+
Models use a standardized [Core ATen operator set](https://docs.pytorch.org/executorch/main/compiler-ir-advanced.html#intermediate-representation). [Partitioners](https://docs.pytorch.org/executorch/main/compiler-delegate-and-partitioner.html) delegate subgraphs to specialized hardware (NPU/GPU) with CPU fallback.
5656

5757
Learn more: [How ExecuTorch Works](https://docs.pytorch.org/executorch/main/intro-how-it-works.html)[Architecture Guide](https://docs.pytorch.org/executorch/main/getting-started-architecture.html)
5858

0 commit comments

Comments
 (0)