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

Method set_valid_region

src/core/IAccessWindow.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void AccessWindowRectangle::set_valid_region(const Window &window,
98 const ValidRegion &input_valid_region,
99 bool border_undefined,
100 const BorderSize &border_size)
101{
102 if (_info != nullptr)
103 {
104 _info->set_valid_region(compute_valid_region(window, input_valid_region, border_undefined, border_size));
105 }
106}
107
108bool AccessWindowRectangle::update_window_if_needed(Window &window) const
109{

Callers 10

cloneMethod · 0.45
SubTensorInfo.cppFile · 0.45
copy_fromMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected