[fix] Resolve memory leak in tensor_if
[platform/upstream/nnstreamer.git] / ext /
2024-02-14 Yongjoo Ahn[region] Fix memory leak in tensor_region
2024-02-01 Yongjoo Ahn[filter] Add SNPE filter supports API ver 2
2024-01-29 Jaeyun Jung[CodeClean] fix svace issue
2024-01-18 Suyeon Kim[fix/svace] fix svace issue accepted/tizen/unified/20240119.154754
2024-01-16 Jaeyun Jung[Filter/ArmNN] fix mem leak
2024-01-15 Yongjoo Ahn[filter] Rename `tensor_filter_snpe.cc` to `tensor_filt...
2024-01-10 Suyeon Kim[fix/onnxruntime-filter] fixed tensor with negative...
2024-01-09 Jaeyun Jung[Py/CodeClean] pylock after checking ptr
2024-01-09 Yongjoo Ahn[build] Remove unnecessary BuildRequires
2024-01-08 MyungJoo HamCentralize python interpreter init/fini for subplugins
2024-01-08 MyungJoo Hamfilter/python3: revise GIL access.
2024-01-08 MyungJoo Hamconverter::python make them thread safe with GIL
2024-01-08 Jaeyun Jung[CodeClean/grpc] clearly define release function
2024-01-03 Jaeyun Jung[CodeClean] fix indent and codestyle
2024-01-03 Yongjoo Ahn[build] Halt meson setup when NOT-GCC is provided for...
2023-12-27 Jaeyun Jung[Build/TF-lite-custom] gen shared lib in build dir accepted/tizen_unified_riscv accepted/tizen/unified/20240105.012954 accepted/tizen/unified/riscv/20240105.060141
2023-12-26 Jaeyun Jung[Protobuf] missing tensor type
2023-12-21 Jaeyun Jung[Build] dependency to gstreamer
2023-12-20 Sungbin JoUpdate code based on feedback
2023-12-20 chosanglyulAdd documention for the ncnn subplugin
2023-12-20 Kijun ShinFix ncnn unit test error
2023-12-20 Kijun ShinWIP ncnn unit test
2023-12-20 chosanglyulFix compilation error when vulkan is disabled
2023-12-20 chosanglyulAdd options for the ncnn subplugin
2023-12-20 chosanglyulAdd main ncnn inference code
2023-12-20 Sungbin JoAdd ncnn subplugin skeleton code
2023-12-20 Yelin Jeong[nnfw] Check NNFW_MAX_RANK in nnfw filter
2023-12-19 MyungJoo Hamdecoder::python make them thread safe with GIL.
2023-12-19 MyungJoo Hamfilter::python3: do not break converter/decoder
2023-12-18 Jaeyun Jung[CodeClean] fix svace issue
2023-12-15 Yongjoo Ahn[build] Check flatbuffers header files before build...
2023-12-13 Jaeyun Jung[Filter/TF-lite] fill 1 when changing input dimension accepted/tizen/unified/20231213.162136 accepted/tizen/unified/riscv/20231215.050236
2023-12-11 Yongjoo Ahn[build] Set cpp_std=c++17 (changed from c++14)
2023-12-06 SuYeon[Filter/onnxruntime] Add filter subplugin for ONNX...
2023-11-23 Jaeyun Jung[Common] macro for max number of tensors
2023-11-22 Yongjoo Ahn[build] Remove unnecessary compile args for SNPE sub...
2023-11-22 Jaeyun Jung[Subplugin/flatbuf/protobuf] util to handle tensor...
2023-11-10 Jaeyun Jung[Element/gprc] release tensor-config struct
2023-11-07 Jaeyun Jung[Decoder] macro for video formats accepted/tizen/unified/20231110.172147
2023-11-07 Jaeyun Jung[CodeClean] fix indent
2023-11-07 Jaeyun Jung[Tizen/SensorSrc] fix mem leak case
2023-11-06 Jaeyun Jung[Python] validate tensors info
2023-11-06 Jaeyun Jung[Python] fix log util
2023-11-02 Jaeyun Jung[Converter/Python] function to handle tensor buffer
2023-10-19 Wook SongDecoder: Add detailed descriptions for the bounding...
2023-10-19 Wook SongDecoder/BoundingBox: Apply gst-indent to the bounding...
2023-10-18 MyungJoo Hamdecoder: add detailed descriptions for a few subplugins.
2023-10-17 Yongjoo Ahn[decoder] Fix track mode bug (wrong struct size)
2023-10-16 Yongjoo Ahn[decoder] Let user set yolo decoder parameters
2023-10-11 MyungJoo Hamdecoder:tensor_region: fix for future expansion.
2023-10-11 MyungJoo Hamstyle fix: decoder/tensor_region dos2unix & trailing...
2023-10-10 Yongjoo Ahn[decoder] Add log option for bounding_box decoder
2023-10-05 Yelin Jeong[Doc] edit documentation files related with tensor...
2023-09-12 Yongjoo Ahn[build] Fix meson use of `run_command`
2023-09-12 Yongjoo Ahn[filter] Remove assert and throw exception
2023-09-12 Yongjoo Ahn[pytorch] Fix load model with use_gpu option
2023-09-12 Yongjoo Ahn[pytorch] Drop pytorch support for version less than...
2023-09-12 Jaeyun Jung[Subplugin/Flatbuf] util to get nth info
2023-09-11 Yelin Jeong[CodeClean] test and comments
2023-09-07 Jaeyun Jung[Filter/Sub] fill 0 dim at nth info
2023-09-07 Yelin Jeong[python] change dims default value from 1 to 0
2023-09-07 Jaeyun Jung[CodeClean] indent and code style
2023-09-06 Yelin Jeong[python] init dimension as 0
2023-09-06 gichan2-jang[Test/decoder] Add test cases for direct video decoer
2023-08-31 Jaeyun Jung[TizenSensor] dimension of sensor data
2023-08-29 Jaeyun Jung[Common] util to get nth gst-info
2023-08-29 Jaeyun Jung[Decoder/Pose] condition to check tensor dims
2023-08-28 MyungJoo Hammemleak fix: filter/lua null check
2023-08-23 MyungJoo Hammemleak fix: decoder/bounding-box mp_palm
2023-08-23 Yongjoo Ahn[decoder] Add boundingbox decoder for yolov8
2023-08-22 gichan2-jang[Converter/decoder] Support GRAY16 format
2023-08-22 Yongjoo Ahn[decoder] Fix yolov5 boundingbox dim check
2023-08-22 MyungJoo Hammemleak fix: decoder/bounding-box 2
2023-08-22 MyungJoo Hammemleak fix: decoder/bounding-box
2023-08-10 MyungJoo Hamfix: decoder/bounding-box mobilenet threshold logic
2023-08-09 Yelin Jeong[tensor] remove padded value of dimensions (0-init)
2023-07-19 HarshJ20[tensor_region] fix memcpy to out buffer
2023-07-07 Yongjoo Ahn[tensor_filter] Let tensor_filter_common handle extra...
2023-07-07 Yongjoo Ahn[filter] Fix mem leak when set input/output info
2023-07-05 Yongjoo Ahn[trivial] Fix nms in bounding_box decoder
2023-06-28 Wook SongDist/Tizen: Fix a GBS build error due to #4007
2023-06-26 gichan2-jangRevert "Filter/Meson: Move 'filter-snpe-list' to the... accepted/tizen/7.0/unified/20230627.014905
2023-06-21 SuYeon[Fix] fix svace issue.
2023-06-21 SuYeon[Fix] fix svace issue.
2023-06-20 SuYeon[Fix] fix coverity & svace issues
2023-06-20 HarshJ20Refactor tensor_region.c in regard to PR feedback
2023-06-20 HarshJ20Address feedback from PR#4115
2023-06-20 Harshj20Tensor_region subplugin, currently supports mobilenet_ssd
2023-06-19 Yongjoo Ahn[filter] Show deprecate message for tflite1 filter
2023-06-05 Yongjoo Ahn[decoder] Fix logic error in box tracking
2023-05-30 Jaeyun Jung[Common] prepare 0-init dimension
2023-05-23 Yongjoo Ahn[decoder] Add "tracking" feature for bounding boxes
2023-05-23 Torsten Schulz[Filter] PyTorch, ignore extra output tensors
2023-05-23 Jaeyun Jung[Common] duplicated lines
2023-05-17 Jaeyun Jung[CodeClean] fix indent and unnecessary space
2023-05-03 gichan[Filter] Add doxygen tag for mxnet subplugin
2023-05-03 www-dataApply clang format to cpp files
2023-04-20 Yongjoo Ahn[filter] Fix tflite filter to handle extra tensors
2023-04-07 Jaeyun Jung[Subplugin/TRIx] rank limit accepted/tizen/unified/20230413.123717
2023-04-06 Yelin Jeong[tizensensor] Increase TizenSensorSpec dimension
next