MCPcopy 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
60def 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
66def check_shapes(r, m):

Callers 1

test_outputFunction · 0.85

Calls 4

lenFunction · 0.85
assert_eqFunction · 0.85
read_floatFunction · 0.85
rangeFunction · 0.50

Tested by

no test coverage detected