MCPcopy Index your code
hub / github.com/apache/tvm / _lt

Function _lt

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

Source from the content-addressed store, hash-verified

104 return _auto_broadcast(a, b, tirx.NE)
105
106 def _lt(a, b):
107 return _auto_broadcast(a, b, tirx.LT)
108
109 def _le(a, b):
110 return _auto_broadcast(a, b, tirx.LE)

Callers

nothing calls this directly

Calls 1

_auto_broadcastFunction · 0.85

Tested by

no test coverage detected