MCPcopy 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
119inline int Accessor::num_elements() const
120{
121 return _tensor.info()->tensor_shape().total_size();
122}
123
124inline PaddingSize Accessor::padding() const
125{

Callers 15

convert_from_asymmetricFunction · 0.45
convert_to_asymmetricFunction · 0.45
convert_to_symmetricFunction · 0.45
convert_from_symmetricFunction · 0.45
validateFunction · 0.45
validateFunction · 0.45
validate_wrapFunction · 0.45
permuteFunction · 0.45
float_converterFunction · 0.45
normalization_layerFunction · 0.45

Calls 2

total_sizeMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected