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

Method print

src/program.cpp:1080–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078}
1079
1080void program::print(
1081 std::unordered_map<instruction_ref, std::string>& names,
1082 const std::function<void(instruction_ref, std::unordered_map<instruction_ref, std::string>)>&
1083 print_func) const
1084{
1085 for(const auto& pp : this->impl->modules)
1086 {
1087 names = pp.second.print(print_func, names);
1088 }
1089}
1090
1091void program::print(
1092 const std::function<void(instruction_ref ins,

Callers 6

evalMethod · 0.95
perf_reportMethod · 0.95
debug_printMethod · 0.95
to_valueMethod · 0.45
print_graphMethod · 0.45
program.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected