From cd9cdf38c07c88abc27805aaa9d61282d3a45a1e Mon Sep 17 00:00:00 2001 From: Songhao Jia Date: Mon, 25 Sep 2023 17:35:15 -0700 Subject: [PATCH] subtle typo update Summary: as title Reviewed By: mergennachin Differential Revision: D49621030 --- docs/source/compiler-delegate-and-partitioner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/compiler-delegate-and-partitioner.md b/docs/source/compiler-delegate-and-partitioner.md index 617f6b00b8b..42fa56d2915 100644 --- a/docs/source/compiler-delegate-and-partitioner.md +++ b/docs/source/compiler-delegate-and-partitioner.md @@ -371,7 +371,7 @@ exported_program_backend_1 = to_backend(exported_program, backend_1_parititioner exported_program_backend_1_and_2 = to_backend(exported_program_backend_1, backend_2_parititioner) ``` -A more conrete example be found +A more concrete example be found [here](https://github.com/pytorch/executorch/blob/main/exir/backend/test/demos/test_xnnpack_qnnpack.py). In this example, qnnpack is one backend and xnnpack is another backend. We haven't open-sourced