Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/examples
/ f
Function
f
fx/invert.py:51–52 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
49
50
51
def
f(x):
52
return
torch.exp(torch.tan(x))
53
54
res = invert(f)
55
print(res.code)
Callers
2
profiling_tracer.py
File · 0.70
invert.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected