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

Method need_normalization

src/instruction.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498bool instruction::is_normalized() const { return normalized; }
499
500bool instruction::need_normalization() const
501{
502 return this->get_operator().need_normalization() and not normalized;
503}
504
505operation instruction::normalized_operator() const
506{

Callers 3

normalized_operatorMethod · 0.95
need_normalizationFunction · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected