MCPcopy 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)
96def f(x):
97 return numpy_sin(x)
98
99
100result = f(x)

Callers 1

Calls 1

numpy_sinFunction · 0.70

Tested by

no test coverage detected