Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ _
Function
_
advanced_source/python_custom_ops_functional.py:87–88 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
85
86
@numpy_sin.register_fake
87
def
_(x):
88
return
torch.empty_like(x)
89
90
91
######################################################################
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected