Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ debug_print
Method
debug_print
src/program.cpp:1052–1052 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1050
}
1051
1052
void program::debug_print() const { std::cout << *this << std::endl; }
1053
void program::debug_print(instruction_ref ins) const
1054
{
1055
std::unordered_map<instruction_ref, std::string> names;
Callers
nothing calls this directly
Calls
8
print
Method · 0.95
is_end
Function · 0.85
any_of
Function · 0.50
none_of
Function · 0.50
print
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
has_instruction
Method · 0.45
Tested by
no test coverage detected