MCPcopy 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
89inline size_t Accessor::element_size() const
90{
91 return _tensor.info()->element_size();
92}
93
94inline size_t Accessor::size() const
95{

Callers 8

validateFunction · 0.45
validate_wrapFunction · 0.45
transposeFunction · 0.45
prepare_weightsFunction · 0.45
prepare_weightsMethod · 0.45
prepare_weightsMethod · 0.45
compute_targetMethod · 0.45

Calls 1

infoMethod · 0.45

Tested by

no test coverage detected