MCPcopy Index your code
hub / github.com/pytorch/pytorch / IsOperator

Function IsOperator

caffe2/python/core.py:101–102  ·  view source on GitHub ↗
(op_type)

Source from the content-addressed store, hash-verified

99
100
101def IsOperator(op_type):
102 return IsOperatorWithEngine(op_type, engine='DEFAULT')
103
104
105def IsOperatorWithEngine(op_type, engine):

Callers 3

__getattr__Method · 0.85
__getattr__Method · 0.85
PythonMethod · 0.85

Calls 1

IsOperatorWithEngineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…