Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ _eq
Function
_eq
python/tvm/tirx/script/parser/operation.py:100–101 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
98
raise
TypeError(
"do not know how to deal with it."
)
99
100
def
_eq(a, b):
101
return
_auto_broadcast(a, b, tirx.EQ)
102
103
def
_ne(a, b):
104
return
_auto_broadcast(a, b, tirx.NE)
Callers
nothing calls this directly
Calls
1
_auto_broadcast
Function · 0.85
Tested by
no test coverage detected