Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace arm_compute
31
{
32
size_t ITensorV2::get_size() const
33
{
34
return tensor()->info()->total_size();
35
}
36
37
AclTensorDescriptor ITensorV2::get_descriptor() const
38
{
Callers
2
AclGetTensorSize
Function · 0.45
setup
Method · 0.45
Calls
2
total_size
Method · 0.45
info
Method · 0.45
Tested by
no test coverage detected