We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2579c6 commit 444fbd1Copy full SHA for 444fbd1
intermediate_source/memory_format_tutorial.py
@@ -267,9 +267,9 @@
267
# will restore channels last memory format and benefit from faster
268
# kernels.
269
#
270
-# But operatos that does not support channels last does introduce
+# But operators that does not support channels last does introduce
271
# overhead by permutation. Optionally, you can investigate and identify
272
-# operatos in your model that does not support channels last, if you
+# operators in your model that does not support channels last, if you
273
# want to improve the performance of converted model.
274
275
# That means you need to verify the list of used operators
0 commit comments