[Application] Fix Resnet Application -ENABLE_TFLITE_INTERPRETER CASES
authorDongHak Park <donghak.park@samsung.com>
Mon, 24 Apr 2023 10:30:53 +0000 (19:30 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 11 May 2023 00:11:43 +0000 (09:11 +0900)
commit9518a7390f5381d2f8f3e5e1bf414ae08c1d8659
tree34e8425403bf0b92e75f24d983091e9a79e1d1d8
parentbd47439014456979ef8ce9624d31d3615fc755f7
[Application] Fix Resnet Application -ENABLE_TFLITE_INTERPRETER CASES

Now TFLITE Interpreter is not support loss : cross type
So in Resnet Application we made some macro to make them mse and there was some wrong part

in ResNet Application there was another macro for ENABLE_TEST GTEST's result assume that Application use cross loss

For Correct Result Fix some #if statement

TODO :  even if fix this situation TEST still failed regardless of tflite export releated code

Signed-off-by: DongHak Park <donghak.park@samsung.com>
Applications/Resnet/jni/main.cpp