Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ num_elements
Method
num_elements
tests/NEON/Accessor.h:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
inline int Accessor::num_elements() const
120
{
121
return _tensor.info()->tensor_shape().total_size();
122
}
123
124
inline PaddingSize Accessor::padding() const
125
{
Callers
15
convert_from_asymmetric
Function · 0.45
convert_to_asymmetric
Function · 0.45
convert_to_symmetric
Function · 0.45
convert_from_symmetric
Function · 0.45
validate
Function · 0.45
validate
Function · 0.45
validate_wrap
Function · 0.45
convert_fully_connected_weights
Function · 0.45
permute
Function · 0.45
float_converter
Function · 0.45
convert_rois_from_asymmetric
Function · 0.45
normalization_layer
Function · 0.45
Calls
2
total_size
Method · 0.45
info
Method · 0.45
Tested by
no test coverage detected