File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ def forward(self, x):
136
136
137
137
######################################################################
138
138
# We can also disable some functions from being compiled by using
139
- # `torch.compiler.disable`. Suppose you want to disable the tracing on just
140
- # the `complex_function` function, but want to continue the tracing back in
141
- # `complex_conjugate`. In this case, you can use
142
- # `torch.compiler.disable(recursive=False)` option. Otherwise, the default is
143
- # `recursive=True`.
139
+ # `` torch.compiler.disable` `. Suppose you want to disable the tracing on just
140
+ # the `` complex_function` ` function, but want to continue the tracing back in
141
+ # `` complex_conjugate` `. In this case, you can use
142
+ # `` torch.compiler.disable(recursive=False)` ` option. Otherwise, the default is
143
+ # `` recursive=True` `.
144
144
145
145
def complex_conjugate (z ):
146
146
return torch .conj (z )
You can’t perform that action at this time.
0 commit comments