MCPcopy Create free account
hub / github.com/apache/singa / product

Function product

python/singa/tensor.py:814–815  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

812
813
814def product(shape):
815 return reduce(lambda x, y: x * y, shape)
816
817
818def sizeof(dtype):

Callers 3

reshapeMethod · 0.70
repeatMethod · 0.70
einsumFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected