[moco/tf] Introduce ResolveFusedBatchNorm (#4125)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 8 Jul 2019 02:45:27 +0000 (11:45 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 8 Jul 2019 02:45:27 +0000 (11:45 +0900)
commit3c6dc7df2fb315bade12eef56fe733a1172182c1
tree577a2fd568ceb0afc1d296b85b418fd943af3627
parent46c007826e4eae4b1ab6db5414e41e9c5ecb349a
[moco/tf] Introduce ResolveFusedBatchNorm (#4125)

This will introduce ResolveFusedBatchNorm transformation that decomposes FusedBatchNorm node into Add and Mul

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/moco-tf/CMakeLists.txt
contrib/moco-tf/src/TFOptimizer.cpp
contrib/moco-tf/src/Transforms.h
contrib/moco-tf/src/Transforms/ResolveFusedBatchNorm.cpp [new file with mode: 0644]
contrib/moco-tf/src/Transforms/ResolveFusedBatchNorm.h [new file with mode: 0644]
contrib/moco-tf/src/Transforms/ResolveFusedBatchNorm.test.cpp [new file with mode: 0644]