MCPcopy 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

496void instruction::set_normalized(bool value) { normalized = value; }
497
498bool instruction::is_normalized() const { return normalized; }
499
500bool instruction::need_normalization() const
501{

Callers 1

to_valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected