[Application] Fix Resnet Application -ENABLE_TFLITE_INTERPRETER CASES
[platform/core/ml/nntrainer.git] / Applications / Resnet / jni / main.cpp
2023-05-11 DongHak Park[Application] Fix Resnet Application -ENABLE_TFLITE_INT...
2023-04-10 DongHak Park[AHub] Fix AHub Defect
2022-12-07 Jiho Chu[Application] resnet: Add profiling
2022-12-07 Jiho Chu[Resnet] Fix FakeDataLoader bug
2022-11-07 DonghakPark[compiler] Revisit tflite_interpreter for TF Lite Export
2022-11-07 seongwoo[compiler] Revisit tflite interpreter
2022-10-23 DonghakPark[typo] Fix typo error
2022-08-04 DonghakPark[Application] Add AlexNet(Fused) Application, Merge...
2022-04-26 Jiho Chu[Fix] Clean code for resnet application
2022-04-01 MyungJoo Hamapplication: remove unnecessary capi dep.
2021-09-23 Parichay Kapoor[resnet] Add test to resnet application
2021-09-23 Parichay Kapoor[application] Update resnet to match tensorflow
2021-08-16 Jihoon Lee[Trivial] dataset usage enum rename
2021-07-15 Jihoon Lee[dataset] split train / val / test databuffer
2021-07-13 Jihoon Lee[Resnet] Sync resnet app with validated model
2021-07-06 Jihoon Lee[Resnet] Connect the model with cifar100
2021-07-05 Jihoon Lee[resnet] Implement test run to resnet
2021-07-01 Jihoon Lee[Resnet] Create resnet model
2021-06-30 Jihoon Lee[Resnet/skeleton] Add helper functions
2021-06-28 Jihoon Lee[Skeleton] Add resnet application skeleton