~kparichay/nnstreamer/+git/trunk:simd_backend_hw

Last commit made on 2020-05-14
Get this branch:
git clone -b simd_backend_hw https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

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

Recent commits

193dbc0... by Parichay Kapoor <email address hidden>

[hw/accl] Add CPU_SIMD as a backend option

Added CPU_SIMD as a backend option
CPU_NEON will be alias for CPU_SIMD in enum but different string representation

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

7d18887... by Parichay Kapoor <email address hidden>

[tflite] bug fix for tflite unittest

unittest of tflite compared output with grep "exp"
however some expressions could be prefix of different exp
this could lead to false positives
added line end marker

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

9cbd9ee... by Jaeyun <email address hidden>

[Demux/Split] unref incoming buffer

After demux/split the incoming buffer, unref the buffer to decrease ref count.

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

55e9afc... by Parichay Kapoor <email address hidden>

[single] single API to process nnfw transparently once opened

single API should process all the frameworks transparently once the single handle has been opened.
The framework check has been performed when the handle was created and opened.
If the operation is not supported, that should be handled in the nnfw rather than in single API.

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

114b5a6... by Sangjung Woo

[Android] Stop when first error occurs

When running build-android-lib.sh, it does not stop even though error
occur (e.g. command not found). It makes users hard to find the reason
of the problem. This patch stops first error occurs so users can fix it
easily.

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

4f88aa7... by Yongjoo Ahn

[filter/SNPE] Add tensor_filter sub-plugin for SNPE

- Currently, this only supports CPU runtime
- Use meson feature "feature" : check environment variable `SNPE_ROOT`
  to enable the build or not

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

7e54d23... by Jaeyun <email address hidden>

[Meson/Option] remove unnecessary option

remove unnecessary option for disabling audio elements.

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

2b0ed5e... by Jaeyun <email address hidden>

[C-Api/CodeClean] validate model file

add function for nnfw auto detection and clean up functions to validate model file.

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

d6d980d... by Jaeyun <email address hidden>

[Test] add simple testcases

add simple testcases for native c-api and internal functions.

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

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

[single] cache tensor filter class once at open

Existing implementation seeks the tensor filter class based on its type everytime a class is needed.
Rather, cache the tensor filter class increasing its ref at open, and unref at single api close.

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