Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Feb 24, 2024
1 parent cfa4c91 commit 65120e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/lite/micro/docs/memory_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ subgraph are first, followed by those of the second subgraph, etc.

The `tflite::GreedyMemoryPlanner` treats the provided offline tensor allocation
plan as constant fixed offset to the start of the head section and will attempt
to fit any other tensors (such as scratch tensors added a runtime using the
to fit any other tensors (such as scratch tensors added at runtime using the
`RequestScratchBufferInArena` API of `TfLiteContext`) around those fixed
offsets.

Expand Down

0 comments on commit 65120e8

Please sign in to comment.