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

Function _ge

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

Source from the content-addressed store, hash-verified

113 return _auto_broadcast(a, b, tirx.GT)
114
115 def _ge(a, b):
116 return _auto_broadcast(a, b, tirx.GE)
117
118 def r(op: type, i: int, m: OpMethod): # pylint: disable=invalid-name
119 register_op(ty, op, i)(m)

Callers

nothing calls this directly

Calls 1

_auto_broadcastFunction · 0.85

Tested by

no test coverage detected