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

Method size

tests/NEON/Accessor.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94inline size_t Accessor::size() const
95{
96 return _tensor.info()->total_size();
97}
98
99inline Format Accessor::format() const
100{

Callers 15

do_setupMethod · 0.45
validateFunction · 0.45
validate_min_max_locFunction · 0.45
TEST_CASEFunction · 0.45
create_windowFunction · 0.45
WindowIterator.cppFile · 0.45
TEST_CASEFunction · 0.45
unstackFunction · 0.45
pad_layerFunction · 0.45
weights_reshapeFunction · 0.45
prior_box_layerFunction · 0.45
is_box_selectedFunction · 0.45

Calls 2

total_sizeMethod · 0.45
infoMethod · 0.45

Tested by 2

test_specific_case_int8Function · 0.36