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

Method get

src/runtime/CL/CLGEMMHeuristicsHandle.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return _heuristics->reload_from_file(filename);
38}
39const mlgo::MLGOHeuristics *CLGEMMHeuristicsHandle::get() const
40{
41 return _heuristics.get();
42}
43
44} // namespace arm_compute

Callers 15

RuntimeContextMethod · 0.45
MemoryMethod · 0.45
set_owned_regionMethod · 0.45
lifetime_managerMethod · 0.45
pool_managerMethod · 0.45
acquireMethod · 0.45
lock_poolMethod · 0.45
unlock_poolMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected