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

Method compute_valid_region

src/core/AccessWindowAutoPadding.cpp:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35ValidRegion AccessWindowAutoPadding::compute_valid_region(const Window &window,
36 ValidRegion input_valid_region,
37 bool border_undefined,
38 BorderSize border_size) const
39{
40 ARM_COMPUTE_UNUSED(window);
41 ARM_COMPUTE_UNUSED(input_valid_region);
42 ARM_COMPUTE_UNUSED(border_undefined);
43 ARM_COMPUTE_UNUSED(border_size);
44
45 return compute_valid_region();
46}
47
48ValidRegion AccessWindowAutoPadding::compute_valid_region() const
49{

Callers

nothing calls this directly

Calls 1

CoordinatesClass · 0.50

Tested by

no test coverage detected