MCPcopy Create free account
hub / github.com/pytorch/tutorials / _

Function _

advanced_source/python_custom_ops_registrations.py:52–53  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

50
51@numpy_sin.register_fake
52def _(x):
53 return torch.empty_like(x)
54
55
56######################################################################

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected