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

Method total_size

arm_compute/core/TensorInfo.h:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 return _format;
264 }
265 size_t total_size() const override
266 {
267 return _total_size;
268 }
269 PaddingSize padding() const override
270 {
271 return _padding;

Callers 15

validate_infoMethod · 0.45
access_numpy_tensorMethod · 0.45
fillMethod · 0.45
fill_tensorMethod · 0.45
fill_tensor_vectorFunction · 0.45
compute_gather_shapeFunction · 0.45
validateMethod · 0.45
configureMethod · 0.45
SimpleTensorMethod · 0.45
num_elementsMethod · 0.45
index2coordFunction · 0.45
coord2indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected