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

Method append

src/graph/PassManager.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void PassManager::append(std::unique_ptr<IGraphMutator> pass, bool conditional)
47{
48 if (pass && conditional)
49 {
50 ARM_COMPUTE_LOG_GRAPH_VERBOSE("Appending mutating pass : " << pass->name() << std::endl);
51 _passes.push_back(std::move(pass));
52 }
53}
54
55void PassManager::clear()
56{

Callers 15

decompress_zlibFunction · 0.80
get_configMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configure_commonMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls 2

push_backMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected