Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ total_size
Method
total_size
arm_compute/core/TensorInfo.h:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
return _format;
264
}
265
size_t total_size() const override
266
{
267
return _total_size;
268
}
269
PaddingSize padding() const override
270
{
271
return _padding;
Callers
15
validate_info
Method · 0.45
access_numpy_tensor
Method · 0.45
fill
Method · 0.45
fill_tensor
Method · 0.45
fill_tensor_vector
Function · 0.45
compute_gather_shape
Function · 0.45
validate
Method · 0.45
configure
Method · 0.45
SimpleTensor
Method · 0.45
num_elements
Method · 0.45
index2coord
Function · 0.45
coord2index
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected