Skip to content

Commit c1c5080

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
Fix a typo in the memory planning doc (#5723)
Summary: Pull Request resolved: #5723 Found this typo in the doc. Reviewed By: dvorjackz Differential Revision: D63500296 fbshipit-source-id: 23ba7f287324bcaaa200a8ec55d28aac919f43b8
1 parent 3f04c3c commit c1c5080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/compiler-memory-planning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ program = edge_program.to_executorch(
3333
exir.ExecutorchBackendConfig(
3434
memory_planning_pass=MemoryPlanningPass(
3535
alloc_graph_input=False, # Inputs will not be memory planned, the data_ptr for input tensors after model load will be nullptr
36-
alloc_graph_output=True, # Outputs will be memory planned, the data_ptr for input tensors after model load will be in the `planned_memory`.
36+
alloc_graph_output=True, # Outputs will be memory planned, the data_ptr for output tensors after model load will be in the `planned_memory`.
3737
)
3838
)
3939
)

0 commit comments

Comments
 (0)