Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ has_holes
Function
has_holes
src/core/helpers/Utils.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace arm_compute
27
{
28
bool has_holes(const ITensorInfo &info)
29
{
30
return has_holes(info, info.num_dimensions() - 1);
31
}
32
33
bool has_holes(const ITensorInfo &info, size_t dimension)
34
{
Callers
4
prepare
Method · 0.85
get_wt_method
Method · 0.85
prepare
Method · 0.85
configure
Method · 0.85
Calls
2
num_dimensions
Method · 0.45
element_size
Method · 0.45
Tested by
no test coverage detected