Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
814
def
product(shape):
815
return
reduce(
lambda
x, y: x * y, shape)
816
817
818
def
sizeof(dtype):
Callers
3
reshape
Method · 0.70
repeat
Method · 0.70
einsum
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected