MCPcopy 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
31def assert_eq(x, y):
32 if x == y:
33 pass
34 else:
35 raise Exception(str(x) + " != " + str(y))
36
37
38def read_float(b, index):

Callers 5

check_argumentFunction · 0.85
check_shapesFunction · 0.85
test_shapeFunction · 0.85
test_inputFunction · 0.85
test_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected