Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ check_argument
Function
check_argument
test/py/test_array.py:60–63 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
58
59
60
def
check_argument(a):
61
l = a.tolist()
62
for
i in range(len(l)):
63
assert_eq(l[i], read_float(a, i))
64
65
66
def
check_shapes(r, m):
Callers
1
test_output
Function · 0.85
Calls
4
len
Function · 0.85
assert_eq
Function · 0.85
read_float
Function · 0.85
range
Function · 0.50
Tested by
no test coverage detected