Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ total
Method
total
common/Shaper.cpp:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
using std::vector;
8
9
Shaper::len_t Shaper::total(const Shape &shape) {
10
return Product(shape);
11
}
12
13
// /**
14
// * strides: [stride_y, stride_x]
Callers
nothing calls this directly
Calls
1
Product
Function · 0.85
Tested by
no test coverage detected