Set target device correctly
[platform/core/multimedia/inference-engine-interface.git] / src / inference_engine_common_impl.cpp
2020-11-03 Inki DaeSet target device correctly 09/246709/1 tizen_devel_gesture submit/tizen/20201104.021236 submit/tizen/20201109.032237 submit/tizen/20201109.053646 submit/tizen/20201110.032259
2020-10-28 Inki DaeIntroduce default tensor filter type support for MLAPI 51/246251/2
2020-08-25 Inki DaeCheck tensor data type correctly 55/242255/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121100 accepted/tizen/6.0/unified/hotfix/20201103.051658 accepted/tizen/unified/20200831.002558 submit/tizen/20200828.025650 submit/tizen/20200828.100528 submit/tizen_6.0/20201029.205103 submit/tizen_6.0_hotfix/20201102.192503 submit/tizen_6.0_hotfix/20201103.114803 tizen_6.0.m2_release
2020-06-18 Inki DaeChange in-house NN runtime backend name 20/236320/3
2020-06-04 Inki DaeFix coding style based on Tizen C++ Coding Rule 54/235354/4
2020-06-03 Inki Daemv_inference: Change a function name from SetPluginType... 73/235273/2
2020-06-02 Inki DaeChange MLAPI backend string to "mlapi" 72/235172/1
2020-06-02 Inki DaeChange a backend type from VIVANTE to MLAPI 68/235168/1
2020-06-01 Inki DaeAdd ML Single API support of NNStreamer 41/234941/1
2020-05-13 Inki DaeAdd a new BindBackend function with backend type 53/233253/4
2020-05-13 Inki DaeHandle exception cases to BindBackend 36/233236/3
2020-05-13 Inki DaeDrop mBackendLibName member 35/233235/3
2020-05-13 Inki DaeDrop SetLibraryPath and SetBackendEngine functions 34/233234/3
2020-05-13 Inki DaeAdd InitBackendEngine function for a new bind function 33/233233/3
2020-05-13 Inki DaeCheck if a given property is valid or not 31/233231/1
2020-05-13 Inki DaeClean up target device type verification code 25/233125/3
2020-05-12 Inki DaeCheck if inference target types are valid or not 12/233112/1
2020-05-12 Inki Daecheck inference engine backend handle correctly 11/233111/1
2020-05-12 Inki Daehandle an error case to GetBackendCapacity correctly 10/233110/1
2020-05-12 Inki DaeReturn an error value correctly 72/233072/1
2020-05-08 Inki DaeClean up class member initialization 08/232908/1
2020-05-08 Inki DaeClean up constructor functions 88/232888/1
2020-05-08 Inki DaeFix UNINIT.CTOR.MANY issues 28/232728/2 accepted/tizen/unified/20200510.220417 submit/tizen/20200508.021019
2020-04-20 Inki DaeFix build error due to the use of wrong enumeration submit/tizen/20200423.063253 submit/tizen/20200423.064104
2020-04-14 Inki DaeAdd memory usage profiling feature
2020-04-14 Inki DaeFix prefix to profiler enumerations
2020-04-14 Inki DaeAdd barrier enumeration to inference_tensor_data_type_e
2020-04-14 Inki DaeVerify tensor buffer and property values
2020-04-14 Inki DaeAdd Inference engine profiler support
2020-04-14 Inki DaeRename engine to mBackendHandle
2020-04-14 Inki DaeRename hanel to mBackendModule
2020-04-14 Inki DaeChange directory name from common to src