[exo] Refactor to fill() (#9170)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Mon, 25 Nov 2019 09:38:37 +0000 (18:38 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 25 Nov 2019 09:38:37 +0000 (18:38 +0900)
commit2b9a61bf4e6faf1426538d993e03c0e5681818c2
tree541399a318744a74d6eeba084ffc825fd3deafd1
parenteb1b96dbeee70cfde2c642832283e6fdaed67a4c
[exo] Refactor to fill() (#9170)

This commit do following refactoring:
Before: `commutative_args_of(node).is(arg1, arg2)`
After : `fill(&arg1, &arg2).with_commutative_args_of(node)`

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/exo/src/Pass/FuseInstanceNormPass.cpp