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

Function _gt

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

Source from the content-addressed store, hash-verified

110 return _auto_broadcast(a, b, tirx.LE)
111
112 def _gt(a, b):
113 return _auto_broadcast(a, b, tirx.GT)
114
115 def _ge(a, b):
116 return _auto_broadcast(a, b, tirx.GE)

Callers

nothing calls this directly

Calls 1

_auto_broadcastFunction · 0.85

Tested by

no test coverage detected