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

Method num_elements

tests/SimpleTensor.h:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418template <typename T>
419int SimpleTensor<T>::num_elements() const
420{
421 return _shape.total_size();
422}
423
424template <typename T>
425PaddingSize SimpleTensor<T>::padding() const

Callers 9

rgb_to_luminanceFunction · 0.45
extract_r_from_rgbFunction · 0.45
extract_g_from_rgbFunction · 0.45
extract_b_from_rgbFunction · 0.45
copy_tensorFunction · 0.45
SimpleTensorMethod · 0.45
print_simpletensorFunction · 0.45
fill_boxesMethod · 0.45
fill_with_generatorMethod · 0.45

Calls 1

total_sizeMethod · 0.45

Tested by

no test coverage detected