MCPcopy Create free account
hub / github.com/apache/tvm / _ne

Function _ne

python/tvm/tirx/script/parser/operation.py:103–104  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

101 return _auto_broadcast(a, b, tirx.EQ)
102
103 def _ne(a, b):
104 return _auto_broadcast(a, b, tirx.NE)
105
106 def _lt(a, b):
107 return _auto_broadcast(a, b, tirx.LT)

Callers

nothing calls this directly

Calls 1

_auto_broadcastFunction · 0.85

Tested by

no test coverage detected