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

Function is_same_value

src/simplify_qdq.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480};
481
482bool is_same_value(instruction_ref a, instruction_ref b)
483{
484 if(a == b)
485 return true;
486 return compare_literals(a, b);
487}
488
489bool is_same_scale_zero(instruction_ref a, instruction_ref b)
490{

Callers 1

is_same_scale_zeroFunction · 0.85

Calls 1

compare_literalsFunction · 0.85

Tested by

no test coverage detected