[moco-tf] Introduce ResolveDuplicateReshape (#6499)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Mon, 12 Aug 2019 10:02:26 +0000 (19:02 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 12 Aug 2019 10:02:26 +0000 (19:02 +0900)
commitfda21bf658f63bf4d3f19526be6ba2b153376cbc
tree3292bb4ffe4a7b79a19aa14e7970f2f7ae96fa5e
parentf95cad47584270ef096d12497b7f12817c18fea1
[moco-tf] Introduce ResolveDuplicateReshape (#6499)

ResolvedDuplicateReshape transform introduced. This transform finds
duplicate FixedReshape pair, and let the later one to bypass the
former.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/moco-tf/src/Transforms/ResolveDuplicateReshape.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/ResolveDuplicateReshape.h [new file with mode: 0644]