Skip to content

Commit cd9cdf3

Browse files
Songhao Jiafacebook-github-bot
authored andcommitted
subtle typo update
Summary: as title Reviewed By: mergennachin Differential Revision: D49621030
1 parent 9b384a4 commit cd9cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/compiler-delegate-and-partitioner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ exported_program_backend_1 = to_backend(exported_program, backend_1_parititioner
371371
exported_program_backend_1_and_2 = to_backend(exported_program_backend_1, backend_2_parititioner)
372372
```
373373

374-
A more conrete example be found
374+
A more concrete example be found
375375
[here](https://github.com/pytorch/executorch/blob/main/exir/backend/test/demos/test_xnnpack_qnnpack.py).
376376
In this example,
377377
qnnpack is one backend and xnnpack is another backend. We haven't open-sourced

0 commit comments

Comments
 (0)