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

Function outer

recipes_source/torch_compiler_set_stance_tutorial.py:101–103  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

99
100@torch.compile
101def outer(x):
102 # error!
103 return inner(x)
104
105
106try:

Calls 1

innerFunction · 0.70

Tested by

no test coverage detected