Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ array_comparator
Function
array_comparator
imperative/python/megengine/jit/tracing.py:91–92 ·
view source on GitHub ↗
(lhs, rhs)
Source
from the content-addressed store, hash-verified
89
90
91
def
array_comparator(lhs, rhs):
92
return
np.all(lhs == rhs)
93
94
95
class
trace:
Callers
1
compare_value
Method · 0.85
Calls
1
all
Method · 0.80
Tested by
no test coverage detected