MCPcopy 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
74def _GetRegisteredOperators():
75 return set(workspace.RegisteredOperators())
76
77
78_REGISTERED_OPERATORS = _GetRegisteredOperators()

Callers 2

core.pyFile · 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…