Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ element_size
Method
element_size
tests/NEON/Accessor.h:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
inline size_t Accessor::element_size() const
90
{
91
return _tensor.info()->element_size();
92
}
93
94
inline size_t Accessor::size() const
95
{
Callers
8
validate
Function · 0.45
validate_wrap
Function · 0.45
transpose
Function · 0.45
prepare_weights
Function · 0.45
prepare_weights
Method · 0.45
prepare_weights
Method · 0.45
compute_target
Method · 0.45
fill_transposed_weights
Method · 0.45
Calls
1
info
Method · 0.45
Tested by
no test coverage detected