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

Function _le

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

Source from the content-addressed store, hash-verified

107 return _auto_broadcast(a, b, tirx.LT)
108
109 def _le(a, b):
110 return _auto_broadcast(a, b, tirx.LE)
111
112 def _gt(a, b):
113 return _auto_broadcast(a, b, tirx.GT)

Callers

nothing calls this directly

Calls 1

_auto_broadcastFunction · 0.85

Tested by

no test coverage detected