Handle reshape and depthwise convolution in operator selector (#476)
author오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 9 Apr 2018 14:13:53 +0000 (23:13 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 9 Apr 2018 14:13:53 +0000 (23:13 +0900)
commit4a07a93de25f5279ef12175ed5cada59913cdf5a
tree5d34cb772ad444b57e6525380561a90a2fbd55b7
parent6e09dd02e41c617e4b587a9078837ea10d2798ce
Handle reshape and depthwise convolution in operator selector (#476)

Operator selector (select_operator.py) can handle new two operators

- Reshape
- Depthwise convolution

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tools/tflitefile_tool/select_operator.py