Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ f
Function
f
advanced_source/python_custom_ops_functional.py:96–97 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
94
95
@torch.compile(fullgraph=True)
96
def
f(x):
97
return
numpy_sin(x)
98
99
100
result = f(x)
Callers
1
python_custom_ops_functional.py
File · 0.70
Calls
1
numpy_sin
Function · 0.70
Tested by
no test coverage detected