[fix_ahub] Fix Ahub Defect
authorSeoHyungjun <hyungjun.seo@samsung.com>
Thu, 29 Jun 2023 02:15:26 +0000 (11:15 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 4 Jul 2023 01:06:50 +0000 (10:06 +0900)
commit449c2eb2a4070dc10757a966d681f5636f487afd
treebb736629eac9e666a0f04a770f9c46c6c3a5eefc
parentd4966b228ea39173ba6cb89084a823fe845594cf
[fix_ahub] Fix Ahub Defect

The transfer_learning variable is a variable set by the
user and does not change during execution.
Changed bool to const bool.

Signed-off-by: SeoHyungjun <hyungjun.seo@samsung.com>
Applications/Resnet/jni/main.cpp