Skip to content

Commit 7014f3a

Browse files
mlazossvekars
andauthored
Update recipes_source/torch_compile_torch_function_modes.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 52be71f commit 7014f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_compile_torch_function_modes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#########################################################
99
# This recipe covers how to use a key torch extensibility point,
1010
# torch function modes, in tandem with ``torch.compile`` to override
11-
# the behavior of torch ops at trace time, with no runtime overhead.
11+
# the behavior of torch operators, also know as **ops**, at trace time, with no runtime overhead.
1212
#
1313
# .. note::
1414
#

0 commit comments

Comments
 (0)