From 12b79e34d8fccd15ea49fd7eb3eff605449eb6fd Mon Sep 17 00:00:00 2001 From: Donghak PARK Date: Fri, 13 Sep 2024 08:37:20 +0900 Subject: [PATCH] [TEST] TEST PR FOR CI run TEST PR FOR CI RUNNING PROPERLY **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Donghak PARK --- Applications/AlexNet/jni/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/AlexNet/jni/main.cpp b/Applications/AlexNet/jni/main.cpp index 91a6926387..b8501e6dc3 100644 --- a/Applications/AlexNet/jni/main.cpp +++ b/Applications/AlexNet/jni/main.cpp @@ -143,7 +143,7 @@ int main(int argc, char *argv[]) { std::cerr << "Error during loadFromConfig: " << e.what() << std::endl; return 1; } - + std::cout << "tmp_code_for_ci_test" << std::endl; try { model->compile(); } catch (const std::exception &e) {