MCPcopy 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
51def f(x):
52 return torch.exp(torch.tan(x))
53
54res = invert(f)
55print(res.code)

Callers 2

invert.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected