[exo] Rename to have Pass suffix (#8643)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 31 Oct 2019 05:19:19 +0000 (14:19 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 31 Oct 2019 05:19:19 +0000 (14:19 +0900)
commit0fb55d3f5bc42bad7bc66235d0b5d3da9d16a4dd
tree1d51781a7c9e0fec5cd5b3e463477a7c264c434c
parent9482a9a70fe1a33d584f8cd0b6f702a4e941acb5
[exo] Rename to have Pass suffix (#8643)

This commit renames following classes (and related files) to have 'Pass'
suffix like other Passes:
- FoldReshapeOfConst -> FoldReshapeOfConstPass
- FoldTransposeOfConst -> FoldTransposeOfConstPass

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/exo/src/Pass/FoldReshapeOfConstPass.cpp [moved from compiler/exo/src/Pass/FoldReshapeOfConst.cpp with 97% similarity]
compiler/exo/src/Pass/FoldReshapeOfConstPass.h [moved from compiler/exo/src/Pass/FoldReshapeOfConst.h with 83% similarity]
compiler/exo/src/Pass/FoldTransposeOfConstPass.cpp [moved from compiler/exo/src/Pass/FoldTransposeOfConst.cpp with 97% similarity]
compiler/exo/src/Pass/FoldTransposeOfConstPass.h [moved from compiler/exo/src/Pass/FoldTransposeOfConst.h with 83% similarity]
compiler/exo/src/Passes.h
compiler/exo/src/TFLOptimize.cpp