Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ outer
Function
outer
recipes_source/torch_compiler_set_stance_tutorial.py:101–103 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
99
100
@torch.compile
101
def
outer(x):
102
# error!
103
return
inner(x)
104
105
106
try
:
Callers
1
torch_compiler_set_stance_tutorial.py
File · 0.70
Calls
1
inner
Function · 0.70
Tested by
no test coverage detected