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

Function nonprefixed_ops

test/multi_target/multitarget_test.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51static auto nonprefixed_ops()
52{
53 // ops without prefixes
54 static std::unordered_set<std::string> op_map = {
55 "select_module", "load", "if", "nonmaxsuppression", "multibroadcast"};
56 return op_map;
57}
58
59static bool is_compiled_gpu_module(const migraphx::module& m)
60{

Callers 4

is_compiled_gpu_moduleFunction · 0.85
is_compiled_fpga_moduleFunction · 0.85
is_compiled_cpu_moduleFunction · 0.85
is_compiled_ref_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected