MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / create_key

Function create_key

src/targets/gpu/problem_cache.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static value create_key(const std::string& name, const value& problem)
61{
62 return {{"name", name}, {"problem", problem}};
63}
64
65bool problem_cache::has(const std::string& name, const value& problem) const
66{

Callers 4

hasMethod · 0.85
insertMethod · 0.85
markMethod · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected