[Ahub] Fix Ahub issue
authorSeoHyungjun <hyungjun.seo@samsung.com>
Wed, 23 Aug 2023 04:44:48 +0000 (13:44 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Sep 2023 06:47:40 +0000 (15:47 +0900)
commit6e4ff471c18213a4644edc13279fb74c47b8b934
tree0a9fa34b332a85f823b87c12d9ac20687963718f
parent817e647b33ae72e3de4cd60a7b5655f45edfc6a8
[Ahub] Fix Ahub issue

The 'initialized' variable receives a pointer via malloc.
If malloc fails, it will be null.
However, since the exception is not handled, calling initialize[i] points to null + i.
Exception handling has been added to prevent this problem.

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
nntrainer/tensor/blas_neon.cpp