Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ is_normalized
Method
is_normalized
src/instruction.cpp:498–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
void instruction::set_normalized(bool value) { normalized = value; }
497
498
bool instruction::is_normalized() const { return normalized; }
499
500
bool instruction::need_normalization() const
501
{
Callers
1
to_value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected