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

Method has

src/targets/gpu/problem_cache.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool problem_cache::has(const std::string& name, const value& problem) const
66{
67 return contains(cache, create_key(name, problem));
68}
69
70void problem_cache::insert(const std::string& name, const value& problem, const value& solution)
71{

Callers 15

compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
create_shapesFunction · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80

Calls 2

containsFunction · 0.85
create_keyFunction · 0.85

Tested by 5

compute_shapeMethod · 0.64
compute_shapeMethod · 0.64
compute_shapeMethod · 0.64
compute_shapeMethod · 0.64
create_shapesFunction · 0.64