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

Function enclose_name

src/module.cpp:1273–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1271}
1272
1273static std::string enclose_name(const std::string& name)
1274{
1275 return '"' + replace_string(name, "\"", "\\\"") + '"';
1276}
1277
1278void module::print_graph(std::ostream& os, bool brief) const
1279{

Callers 6

print_graphMethod · 0.70
print_graphMethod · 0.70
print_py_opFunction · 0.70
print_make_opFunction · 0.70
print_pyMethod · 0.70
print_cppMethod · 0.70

Calls 1

replace_stringFunction · 0.85

Tested by

no test coverage detected