MCPcopy 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

7using std::vector;
8
9Shaper::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

ProductFunction · 0.85

Tested by

no test coverage detected