summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Change inference_engine_layer_propertysandbox/tyzeroy/devTae-Young Chung2-28/+19
2021-01-08Change vector<> type apis parameters to map<> typeTae-Young Chung5-28/+27
2020-12-09Set profile data to 0 at failuresubmit/tizen/20201210.015517accepted/tizen/unified/20201214.124522Inki Dae3-5/+42
2020-12-09Fix backend name when profilingInki Dae1-1/+6
2020-12-08test: Clean up profilersubmit/tizen/20201208.082555accepted/tizen/unified/20201209.124900Inki Dae3-423/+331
2020-11-25Use static profiler object instead of dynamic onesubmit/tizen/20201126.061710accepted/tizen/unified/20201126.233219Inki Dae2-19/+15
2020-11-25Stop profiling if inference failedsubmit/tizen/20201125.055433Inki Dae1-1/+7
2020-11-03Set target device correctlysubmit/tizen/20201110.032259submit/tizen/20201109.053646submit/tizen/20201109.032237submit/tizen/20201104.021236tizen_devel_gestureInki Dae1-0/+8
2020-11-03test: Add AIC's hand gesture model verification supportInki Dae7-4/+374
2020-10-29test: Add reference model profiling support for ONERTInki Dae2-3/+121
2020-10-28Introduce default tensor filter type support for MLAPIInki Dae6-42/+286
2020-10-05test: fix a typeInki Dae3-6/+6
2020-09-22test: Add NIKE-M board supportInki Dae2-1/+4
2020-08-25Check tensor data type correctlytizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114803submit/tizen_6.0_hotfix/20201102.192503submit/tizen_6.0/20201029.205103submit/tizen/20200828.100528submit/tizen/20200828.025650accepted/tizen/unified/20200831.002558accepted/tizen/6.0/unified/hotfix/20201103.051658accepted/tizen/6.0/unified/20201030.121100tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedInki Dae1-2/+2
2020-08-25Add uint64 and int64 data typeInki Dae1-0/+2
2020-06-30test: Add Odroid-XU3 board supportInki Dae1-0/+1
2020-06-18test: Add NNStreamer's ML Single API backend test casessubmit/tizen/20200626.070253submit/tizen/20200626.060446submit/tizen/20200626.050805accepted/tizen/unified/20200628.221641Inki Dae1-7/+67
2020-06-18Change in-house NN runtime backend nameInki Dae2-4/+4
2020-06-09test: Perform test cases depending on current HW capabilityInki Dae4-0/+134
2020-06-04Fix coding style based on Tizen C++ Coding RuleInki Dae14-1747/+2256
2020-06-03mv_inference: Change a function name from SetPluginType to SetPrivateDataInki Dae2-7/+7
2020-06-02Change MLAPI backend string to "mlapi"Inki Dae1-3/+3
2020-06-02Change a backend type from VIVANTE to MLAPIInki Dae2-3/+3
2020-06-01Add ML Single API support of NNStreamerInki Dae6-8/+36
2020-05-14test: Enable profiler for inference testsubmit/tizen/20200602.084841submit/tizen/20200602.011936accepted/tizen/unified/20200603.150125Inki Dae1-5/+38
2020-05-14Merge "rename inference engine profiler relevant files" into tizenInki Dae3-2/+2
2020-05-14rename inference engine profiler relevant filesInki Dae3-2/+2
2020-05-14SPEC:Add gcov optionHyunsoo Park1-0/+5
2020-05-13test: Add OpenCV backend test supportInki Dae1-7/+25
2020-05-13test: Add new test cases for a new BindBackend functionInki Dae1-0/+51
2020-05-13Add a new BindBackend function with backend typeInki Dae2-3/+56
2020-05-13Handle exception cases to BindBackendInki Dae1-0/+10
2020-05-13Drop mBackendLibName memberInki Dae2-3/+2
2020-05-13Drop SetLibraryPath and SetBackendEngine functionsInki Dae2-57/+0
2020-05-13Add InitBackendEngine function for a new bind functionInki Dae2-26/+37
2020-05-13test: Add set input and output layer test casesInki Dae1-2/+225
2020-05-13Check if a given property is valid or notInki Dae1-0/+10
2020-05-13Clean up target device type verification codeInki Dae1-2/+1
2020-05-12test: update test casesInki Dae1-4/+169
2020-05-12test: mitigate code duplication with lambda functionsInki Dae1-64/+49
2020-05-12Check if inference target types are valid or notInki Dae1-0/+6
2020-05-12check inference engine backend handle correctlyInki Dae1-0/+26
2020-05-12handle an error case to GetBackendCapacity correctlyInki Dae1-0/+5
2020-05-12Return an error value correctlyInki Dae1-1/+1
2020-05-12packaging: drop capi-base-common dependencyInki Dae2-3/+0
2020-05-08Clean up class member initializationInki Dae1-3/+3
2020-05-08test: use smart pointer instead of raw oneInki Dae2-59/+14
2020-05-08Clean up constructor functionsInki Dae4-76/+6
2020-05-08Fix UNINIT.CTOR.MANY issuessubmit/tizen/20200508.021019accepted/tizen/unified/20200510.220417Inki Dae1-3/+16
2020-05-07Fix UNREACHABLE_CODE issuesInki Dae1-3/+3