MCPcopy Index your code
hub / github.com/pytorch/tutorials / inner

Function inner

intermediate_source/torch_compile_tutorial.py:97–98  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

95
96
97def inner(x):
98 return torch.sin(x)
99
100
101@torch.compile

Callers 1

outerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected