MCPcopy 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

26namespace arm_compute
27{
28bool has_holes(const ITensorInfo &info)
29{
30 return has_holes(info, info.num_dimensions() - 1);
31}
32
33bool has_holes(const ITensorInfo &info, size_t dimension)
34{

Callers 4

prepareMethod · 0.85
get_wt_methodMethod · 0.85
prepareMethod · 0.85
configureMethod · 0.85

Calls 2

num_dimensionsMethod · 0.45
element_sizeMethod · 0.45

Tested by

no test coverage detected