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

Function has_padding_changed

src/core/Utils.cpp:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492bool has_padding_changed(const std::unordered_map<const ITensorInfo *, PaddingSize> &padding_map)
493{
494 return std::find_if(padding_map.begin(), padding_map.end(),
495 [](const std::pair<const ITensorInfo *, PaddingSize> &padding_info)
496 { return (padding_info.first->padding() != padding_info.second); }) != padding_map.end();
497}
498
499#ifdef ARM_COMPUTE_ASSERTS_ENABLED
500void print_consecutive_elements(std::ostream &s,

Callers 15

configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85
configureMethod · 0.85

Calls 3

beginMethod · 0.45
endMethod · 0.45
paddingMethod · 0.45

Tested by

no test coverage detected