Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ _GetRegisteredOperators
Function
_GetRegisteredOperators
caffe2/python/core.py:74–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
def
_GetRegisteredOperators():
75
return
set(workspace.RegisteredOperators())
76
77
78
_REGISTERED_OPERATORS = _GetRegisteredOperators()
Callers
2
core.py
File · 0.85
RefreshRegisteredOperators
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…