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

Function product

examples/model_selection/Trails/singa_pkg_code/tensor.py:783–784  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

781
782
783def product(shape):
784 return reduce(lambda x, y: x * y, shape)
785
786
787def sizeof(dtype):

Callers 3

reshapeMethod · 0.70
repeatMethod · 0.70
einsumFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected