Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
101
def
IsOperator(op_type):
102
return
IsOperatorWithEngine(op_type, engine=
'DEFAULT'
)
103
104
105
def
IsOperatorWithEngine(op_type, engine):
Callers
3
__getattr__
Method · 0.85
__getattr__
Method · 0.85
Python
Method · 0.85
Calls
1
IsOperatorWithEngine
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…