Skip to content

Commit 444fbd1

Browse files
jaketaeholly1238
andauthored
docs: fix typo operatos -> operators (#1795)
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
1 parent f2579c6 commit 444fbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/memory_format_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
# will restore channels last memory format and benefit from faster
268268
# kernels.
269269
#
270-
# But operatos that does not support channels last does introduce
270+
# But operators that does not support channels last does introduce
271271
# overhead by permutation. Optionally, you can investigate and identify
272-
# operatos in your model that does not support channels last, if you
272+
# operators in your model that does not support channels last, if you
273273
# want to improve the performance of converted model.
274274
#
275275
# That means you need to verify the list of used operators

0 commit comments

Comments
 (0)