Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
template <typename T>
419
int SimpleTensor<T>::num_elements() const
420
{
421
return _shape.total_size();
422
}
423
424
template <typename T>
425
PaddingSize SimpleTensor<T>::padding() const
Callers
9
rgb_to_luminance
Function · 0.45
extract_r_from_rgb
Function · 0.45
extract_g_from_rgb
Function · 0.45
extract_b_from_rgb
Function · 0.45
copy_tensor
Function · 0.45
SimpleTensor
Method · 0.45
print_simpletensor
Function · 0.45
fill_boxes
Method · 0.45
fill_with_generator
Method · 0.45
Calls
1
total_size
Method · 0.45
Tested by
no test coverage detected