Fix uncatched exception (#7058)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 30 Aug 2019 05:49:30 +0000 (14:49 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 30 Aug 2019 05:49:30 +0000 (14:49 +0900)
commit2af3a2cdcdd94dc567e675634fd6dab9f8ffbfff
tree0a340e1cbe51d8bef5957239b00d5769440c957c
parent06c2ded39210a0c1ec86053148ed0b69589262a2
Fix uncatched exception (#7058)

Operand::operandSize() can throw exeception because sizeOfDataType() in DataType.h can throw runtime exception

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksExecution.cc
runtimes/neurun/frontend/nnapi/wrapper/ANeuralNetworksModel.cc