Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
39
const mlgo::MLGOHeuristics *CLGEMMHeuristicsHandle::get() const
40
{
41
return _heuristics.get();
42
}
43
44
} // namespace arm_compute
Callers
15
RuntimeContext
Method · 0.45
Memory
Method · 0.45
set_owned_region
Method · 0.45
lifetime_manager
Method · 0.45
pool_manager
Method · 0.45
acquire
Method · 0.45
lock_pool
Method · 0.45
unlock_pool
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
configure
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected