MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / get_size

Method get_size

src/common/ITensorV2.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace arm_compute
31{
32size_t ITensorV2::get_size() const
33{
34 return tensor()->info()->total_size();
35}
36
37AclTensorDescriptor ITensorV2::get_descriptor() const
38{

Callers 2

AclGetTensorSizeFunction · 0.45
setupMethod · 0.45

Calls 2

total_sizeMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected