Skip to content

Commit

Permalink
docs: fix typo operatos -> operators (#1795)
Browse files Browse the repository at this point in the history
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
  • Loading branch information
jaketae and holly1238 authored Jan 19, 2022
1 parent f2579c6 commit 444fbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intermediate_source/memory_format_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@
# will restore channels last memory format and benefit from faster
# kernels.
#
# But operatos that does not support channels last does introduce
# But operators that does not support channels last does introduce
# overhead by permutation. Optionally, you can investigate and identify
# operatos in your model that does not support channels last, if you
# operators in your model that does not support channels last, if you
# want to improve the performance of converted model.
#
# That means you need to verify the list of used operators
Expand Down

0 comments on commit 444fbd1

Please sign in to comment.