Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ inner
Function
inner
intermediate_source/torch_compile_tutorial.py:97–98 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
95
96
97
def
inner(x):
98
return
torch.sin(x)
99
100
101
@torch.compile
Callers
1
outer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected