Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ assert_eq
Function
assert_eq
test/py/test_array.py:31–35 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
29
30
31
def
assert_eq(x, y):
32
if
x == y:
33
pass
34
else
:
35
raise
Exception(str(x) +
" != "
+ str(y))
36
37
38
def
read_float(b, index):
Callers
5
check_argument
Function · 0.85
check_shapes
Function · 0.85
test_shape
Function · 0.85
test_input
Function · 0.85
test_output
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected