Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ f2
Function
f2
intermediate_source/torch_compile_tutorial.py:279–280 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
277
278
279
def
f2(x, y):
280
return
x + y
281
282
283
inp1 = torch.randn(5, 5)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected