Update include order and comment in Compiler.cc (#3684)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 26 Nov 2018 05:57:04 +0000 (14:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 26 Nov 2018 05:57:04 +0000 (14:57 +0900)
commitb1a7ae5ba76de4d163858b53c37d5ebe62d8662c
tree5abba7fe4320b36b0920666f0eba92dbf289fd72
parentf9bf31e1af887be9e76ae3e890c51b75da656560
Update include order and comment in Compiler.cc (#3684)

Update include order: categorize as
- header for Compiler.cc
- header in same directory
- header in differnt neurun directory
- header in include

Add and update comment
- Update comment for SubTensorAnlyzer
- Add comment for compilation phase (backend independent, lower, backend dependent, codegen)

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/compiler/Compiler.cc