MCPcopy Create free account
hub / github.com/alibaba/MNN / Size

Function Size

test/op/SelectTest.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30inline static size_t Size(VARP vaule) {
31 return vaule->getInfo()->size;
32}
33
34static unsigned int seed = 100;
35static std::mt19937 rng(seed);

Callers 15

RandInitFunction · 0.70
RandInitBoolFunction · 0.70
RunSelectAndCheckResultFunction · 0.70
geometricFunction · 0.50
LineFunction · 0.50
TESTFunction · 0.50
geometric_test.cppFile · 0.50
GetTopKMethod · 0.50
ResizeMethod · 0.50
PushMethod · 0.50
GetMethod · 0.50
PopMethod · 0.50

Calls 1

getInfoMethod · 0.45

Tested by

no test coverage detected