MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / nelements

Function nelements

test/py/test_array.py:46–47  ·  view source on GitHub ↗
(lens)

Source from the content-addressed store, hash-verified

44
45
46def nelements(lens):
47 return reduce(lambda x, y: x * y, lens, 1)
48
49
50def create_buffer(t, data, shape):

Callers 2

check_shapesFunction · 0.70
test_shapeFunction · 0.70

Calls 1

reduceFunction · 0.85

Tested by

no test coverage detected