[Ahub] Fix Ahub issue
authorSeoHyungjun <hyungjun.seo@samsung.com>
Thu, 24 Aug 2023 09:41:39 +0000 (18:41 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 20 Sep 2023 06:47:40 +0000 (15:47 +0900)
commit540e9bd913407202564bccbf3baf1aa33ecf1612
treeafa6cd300f0e7387998d98934fc24676d9391f68
parentb5adf95394d4e8785b25526856d083cb44a47996
[Ahub] Fix Ahub issue

The second argument of tensor_dtype is used as std::regex(string).
But it didn't include handling for std::regex_error. created a getRegex()
function because it is used in a similar form in other codes. The
getRegex() function takes a string and retrun a std::regex object.

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
Applications/meson.build
nntrainer/graph/network_graph.h
nntrainer/tensor/blas_neon.cpp
nntrainer/tensor/manager.h
nntrainer/utils/util_func.cpp
nntrainer/utils/util_func.h