~kparichay/nnstreamer/+git/trunk:single_api_bugfix

Last commit made on 2020-08-18
Get this branch:
git clone -b single_api_bugfix https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
single_api_bugfix
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

b2c6ee7... by Parichay Kapoor <email address hidden>

[single] Bug fix for setting accelerator

Bug fix for setting accelerator in the C-API.
When accelerator is set after the framework, tensor_filter does not know the framework
to check its version and store that information appropriately.
This patch changes the order of setting this information.
However, this bug still exists for pipeline API.

**Self evaluation:**
1. Build test: [x]Passed [ ]Failed [ ]Skipped
2. Run test: [x]Passed [ ]Failed [ ]Skipped

Signed-off-by: Parichay Kapoor <email address hidden>

553b3c4... by Semun Lee <email address hidden>

[nnfw] Support INT64 for nnfw

Some models use INT64 type

Change-Id: I1009cc7ac845c1dbb20fbed36fc68b08f98e81dc
Signed-off-by: Semun Lee <email address hidden>

b751cdb... by Wook Song

[Dist/Tizen] Add a sub-package that enables tensor filter for OpenVino

This patch adds a sub-package that enables the tensor filter plugin
for OpenVino support.

Signed-off-by: Wook Song <email address hidden>

62d0469... by Gichan Jang

[TESTS] Fix no assertion test

1. The TCM(test case manager) cannnot check properly the test which is defined as macro.
   Add assert test for unittest_plugins.cc
2. Remove version control test. It's not proper negative test.
3. tensor_filter_custom_easy.in_code_func_01 is False-negative.
   The test case contains assert_* and expect_*, it is detected as no assertion TC.

Signed-off-by: gichan-jang <email address hidden>

06dec53... by Sangjung Woo

[TCM] Add config file for Tizen

This patch newly add config_tizen.yaml file for Tizen. Existing
config.yaml is renamed to config_android.yaml.

Signed-off-by: Sangjung Woo <email address hidden>

973d4a0... by Jaeyun <email address hidden>

[Android] mem ptr to byte-buffer

In native code, we can get the mem ptr of byte-buffer.
Remove memcopy to convert tensors object and data struct in native.

Signed-off-by: Jaeyun <email address hidden>

ec40d8b... by Yongjoo Ahn

[android] Set `extractNativeLibs` true to use snpe dsp/npu runtimes

- For Android Gradle Plugin 3.6.0 or higher the property is set to "false" by default
- This makes snpe sub-plugin unable to use dsp/npu runtime

Signed-off-by: Yongjoo Ahn <email address hidden>

4227170... by Yongjoo Ahn

[tizensensor] Remove code related with timestamp

- Cause GstBaseSrc manages the timestamp, remove related part

Signed-off-by: Yongjoo Ahn <email address hidden>

c116a28... by Jaeyun <email address hidden>

[Android/Custom] change method name

Change method and interface name, with C# API implementation.

NOTE:
The example app should be updated also.

Signed-off-by: Jaeyun <email address hidden>

55c70b2... by Jaeyun <email address hidden>

[Android] build script for nnfw

Update build script
- Remove unnecessary so in nnfw prebuilt libs
- Add nnfw-ext option

Signed-off-by: Jaeyun <email address hidden>